Revit 2026 API
Structural |
Finds StructuralConnectionHandlerType which is Generic Connection type.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ElementId FindGenericConnectionType( Document doc )
Public Shared Function FindGenericConnectionType ( doc As Document ) As ElementId
public: static ElementId^ FindGenericConnectionType( Document^ doc )
static member FindGenericConnectionType : doc : Document -> ElementId
Parameters
- doc Document
Return Value
ElementIdReturns id of StructuralConnectionHandlerType which is Generic Connection type of invalidElementId if not found.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also