MultistoryStairs.StandardStairsId Property

MultistoryStairsStandardStairsId Property

Id of the stair associated with the Reference Level for the multistory stairs. The standard stair is regarded as a definition to generate new stairs when extending multistory stairs to a different level height.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId StandardStairsId { get; }
Public ReadOnly Property StandardStairsId As ElementId
	Get
public:
property ElementId^ StandardStairsId {
	ElementId^ get ();
}
member StandardStairsId : ElementId with get

Property Value

ElementId
See Also