StructuralConnectionHandlerTypeGetDefaultConnectionHandlerType Method

Gets a default type id for Structural Connection.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ElementId GetDefaultConnectionHandlerType(
	Document pADoc
)

Parameters

pADoc  Document
The document.

Return Value

ElementId
The type id.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also