StructuralConnectionHandlerCreate(Document, IListElementId, ElementId, IListConnectionInputPoint) Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static StructuralConnectionHandler Create(
	Document document,
	IList<ElementId> idsToConnect,
	ElementId typeId,
	IList<ConnectionInputPoint> additionalInputPoints
)

Parameters

document  Document
 
idsToConnect  IListElementId
 
typeId  ElementId
 
additionalInputPoints  IListConnectionInputPoint
 

Return Value

StructuralConnectionHandler
See Also