Revit 2025.3 API
IFCLegacy |
True if it is a ramp, false if it is a stair.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsRamp { get; }
Public ReadOnly Property IsRamp As Boolean Get
public: property bool IsRamp { bool get (); }
member IsRamp : bool with get
Property Value
BooleanSee Also