Revit 2024 API |
StairsRunType..::..IsMonolithic Property |
StairsRunType Class See Also |
True if the stairs run is monolithic, false otherwise.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2013
Syntax
C# |
---|
public bool IsMonolithic { get; } |
Visual Basic |
---|
Public ReadOnly Property IsMonolithic As Boolean Get |
Visual C++ |
---|
public: property bool IsMonolithic { bool get (); } |