StructuralConnectionHandlerTypeCreateDefaultStructuralConnectionHandlerType Method |
Creates a new StructuralConnectionHandlerType object with a default name.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static ElementId CreateDefaultStructuralConnectionHandlerType(
Document pADoc
)
Public Shared Function CreateDefaultStructuralConnectionHandlerType (
pADoc As Document
) As ElementId
public:
static ElementId^ CreateDefaultStructuralConnectionHandlerType(
Document^ pADoc
)
static member CreateDefaultStructuralConnectionHandlerType :
pADoc : Document -> ElementId
Parameters
- pADoc Document
-
The document.
Return Value
ElementId
The newly created type id.
Exceptions
See Also