| Revit 2022.1 API |
| StairsLanding..::..IsAutomaticLanding Property |
| StairsLanding Class See Also |
True if the landing is an automatic landing, False otherwise.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2013
Syntax
| C# |
|---|
public bool IsAutomaticLanding { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsAutomaticLanding As Boolean Get |
| Visual C++ |
|---|
public: property bool IsAutomaticLanding { bool get (); } |