StructuralConnectionHandlerCreateGenericConnection Method |
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
- document Document
-
- idsToConnect IListElementId
-
Return Value
StructuralConnectionHandler
See Also