Represents whether the stairs path ends at the riser.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool EndAtRiser { get; set; }
Property Value
BooleanExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | When setting this property: The StairsPathType is not fixed up direction so the data being set is not applicable. |
