Share

StairsPath.ShowDownText Property

Represents whether show stairs down text or not.


Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public bool ShowDownText { get; set; }

Property Value

Boolean

Exceptions

ExceptionCondition
InvalidOperationException When setting this property: The type of this stairs path is not automatic up/down direction.

See Also

Reference

Was this information helpful?