True if stairs paths should be drawn for each run, false if it should be drawn for the whole stairs.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool DrawForEachRun { 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. |