Revit 2025.3 API
Fabrication |
Checks whether it is a hanger.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsAHanger()
Public Function IsAHanger As Boolean
public: bool IsAHanger()
member IsAHanger : unit -> bool
Return Value
BooleanTrue if the part is a hanger. False otherwise.
See Also