Revit 2025.3 API
Fabrication |
Checks if the hanger is attached to structure.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsAttachedToStructure { get; }
Public ReadOnly Property IsAttachedToStructure As Boolean Get
public: property bool IsAttachedToStructure { bool get (); }
member IsAttachedToStructure : bool with get
Property Value
BooleanSee Also