Revit 2021 API |
StairsLandingType..::..IsMonolithic Property |
StairsLandingType Class See Also |
True if the stairs landing is monolithic, false otherwise.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.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 (); } |