Share

StairsRun.GetStairsPath Method

Returns the stairs path curves on the run. The curves are projected on base level of the stairs.


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

Syntax

C#

public CurveLoop GetStairsPath()

Return Value

CurveLoop
The stairs path curves.

Exceptions

ExceptionCondition
InvalidOperationException The stairs run has no stairs path it probably because the run was not generated yet.

See Also

Reference

Was this information helpful?