StairsPathLineShapeAtCorner Enumeration


The options for the line shape of a stairs path at a corner.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since: 2013

Syntax

C#
public enum StairsPathLineShapeAtCorner
Visual Basic
Public Enumeration StairsPathLineShapeAtCorner
Visual C++
public enum class StairsPathLineShapeAtCorner

Members

Member name Description
Straight The line shape of stairs path at the corner is straight.
Curved The line shape of stairs path at the corner is curved.

See Also