StairsPathLineShapeAtCorner Enumeration

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: 26.0.4.0 (26.0.4.0)
Syntax
public enum StairsPathLineShapeAtCorner
Public Enumeration StairsPathLineShapeAtCorner
public enum class StairsPathLineShapeAtCorner
type StairsPathLineShapeAtCorner
Members
Member nameValueDescription
Curved1 The line shape of stairs path at the corner is curved.
Straight0 The line shape of stairs path at the corner is straight.
See Also