UpdateCustomConnectionType Method


Structural Connection Handler Type Update Custom Connection Type Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static void UpdateCustomConnectionType(
	StructuralConnectionHandler structuralConnectionHandler,
	IList<Reference> addReferences,
	IList<Reference> removeReferences
)

Parameters

structuralConnectionHandler StructuralConnectionHandler
addReferences IList Reference
removeReferences IList Reference
See Also