True if the stairs path starts from the riser, false if it starts from the tread.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool StartFromRiser { 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. |