Revit 2025.3 API
Structural |
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static StructuralConnectionHandler CreateGenericConnection( Document document, IList<ElementId> idsToConnect )
Public Shared Function CreateGenericConnection ( document As Document, idsToConnect As IList(Of ElementId) ) As StructuralConnectionHandler
public: static StructuralConnectionHandler^ CreateGenericConnection( Document^ document, IList<ElementId^>^ idsToConnect )
static member CreateGenericConnection : document : Document * idsToConnect : IList<ElementId> -> StructuralConnectionHandler
Parameters
Return Value
StructuralConnectionHandlerSee Also