Revit 2025 API
Stairs |
True if the stairs run is monolithic, false otherwise.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsMonolithic { get; }
Public ReadOnly Property IsMonolithic As Boolean Get
public: property bool IsMonolithic { bool get (); }
member IsMonolithic : bool with get
Property Value
BooleanSee Also