Share

StairsPath.StairsPathOffset Property

The offset of stairs path to center line of stairs.


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

Syntax

C#

public double StairsPathOffset { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentException When setting this property: The given value for stairsPathOffset is not finite -or- When setting this property: The stairsPathOffset is larger than half the width of the stairs.

See Also

Reference

Was this information helpful?