Revit 2026 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: 26.0.4.0 (26.0.4.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