Share

StructuralConnectionHandler.Create(Document, IList<ElementId>, ElementId, IList<ConnectionInputPoint>) Method



Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static StructuralConnectionHandler Create(
	Document document,
	IList<ElementId> idsToConnect,
	ElementId typeId,
	IList<ConnectionInputPoint> additionalInputPoints
)

Parameters

document  Document
 
idsToConnect  IList<ElementId>
 
typeId  ElementId
 
additionalInputPoints  IList<ConnectionInputPoint>
 

Return Value

StructuralConnectionHandler

See Also

Reference

Was this information helpful?