Stairs.NumberOfStories Property

StairsNumberOfStories Property

The number of stories of a multi-story stair, or 1 for a single-story stair.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int NumberOfStories { get; }
Public ReadOnly Property NumberOfStories As Integer
	Get
public:
property int NumberOfStories {
	int get ();
}
member NumberOfStories : int with get

Property Value

Int32
See Also