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

StructuralConnectionHandlerCreate(Document, IListElementId, ElementId) Method


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static StructuralConnectionHandler Create(
	Document document,
	IList<ElementId> idsToConnect,
	ElementId typeId
)
Public Shared Function Create ( 
	document As Document,
	idsToConnect As IList(Of ElementId),
	typeId As ElementId
) As StructuralConnectionHandler
public:
static StructuralConnectionHandler^ Create(
	Document^ document, 
	IList<ElementId^>^ idsToConnect, 
	ElementId^ typeId
)
static member Create : 
        document : Document * 
        idsToConnect : IList<ElementId> * 
        typeId : ElementId -> StructuralConnectionHandler 

Parameters

document  Document
 
idsToConnect  IListElementId
 
typeId  ElementId
 

Return Value

StructuralConnectionHandler
See Also