Checks whether it is a hanger.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:  2016

Syntax

C#
public bool IsAHanger()
Visual Basic
Public Function IsAHanger As Boolean
Visual C++
public:
bool IsAHanger()

Return Value

True if the part is a hanger. False otherwise.

See Also