StructuralConnectionHandlerCreate(Document, IListElementId, ElementId, IListConnectionInputPoint) Method |
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static StructuralConnectionHandler Create(
Document document,
IList<ElementId> idsToConnect,
ElementId typeId,
IList<ConnectionInputPoint> additionalInputPoints
)
Public Shared Function Create (
document As Document,
idsToConnect As IList(Of ElementId),
typeId As ElementId,
additionalInputPoints As IList(Of ConnectionInputPoint)
) As StructuralConnectionHandler
public:
static StructuralConnectionHandler^ Create(
Document^ document,
IList<ElementId^>^ idsToConnect,
ElementId^ typeId,
IList<ConnectionInputPoint^>^ additionalInputPoints
)
static member Create :
document : Document *
idsToConnect : IList<ElementId> *
typeId : ElementId *
additionalInputPoints : IList<ConnectionInputPoint> -> StructuralConnectionHandler
Parameters
- document Document
-
- idsToConnect IListElementId
-
- typeId ElementId
-
- additionalInputPoints IListConnectionInputPoint
-
Return Value
StructuralConnectionHandler
See Also