Share

StairsPathType.DrawForEachRun 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: 26.1.0.0 (26.1.0.34)

Syntax

C#

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

Reference

Was this information helpful?