Revit 2025.3 API
Stairs |
True if the landing is an automatic landing, False otherwise.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsAutomaticLanding { get; }
Public ReadOnly Property IsAutomaticLanding As Boolean Get
public: property bool IsAutomaticLanding { bool get (); }
member IsAutomaticLanding : bool with get
Property Value
BooleanSee Also