Revit 2026 API
Structural |
Checks if StructuralConnectionHandlerType is detailed.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsDetailed()
Public Function IsDetailed As Boolean
public: bool IsDetailed()
member IsDetailed : unit -> bool
Return Value
BooleanTrue if StructuralConnectionHandlerType is detailed.
See Also