Finds StructuralConnectionHandlerType which is Generic Connection type.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ElementId FindGenericConnectionType(
Document doc
)
Parameters
- doc Document
-
Return Value
ElementId
Returns id of StructuralConnectionHandlerType which is Generic Connection type of invalidElementId if not found.
Exceptions
See Also
Reference