StairsPathTypeDrawForEachRun Property

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: 25.0.0.0 (25.0.0.0)
Syntax
public bool DrawForEachRun { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationException When setting this property: The StairsPathType is not fixed up direction so the data being set is not applicable.
See Also