Gets a default type id for Structural Connection.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ElementId GetDefaultConnectionHandlerType( Document pADoc )
Parameters
- pADoc Document
- The document.
Return Value
ElementIdThe type id.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
