Stairs.BaseElevation Property

StairsBaseElevation Property

The base elevation of the stairs.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double BaseElevation { get; }
Public ReadOnly Property BaseElevation As Double
	Get
public:
property double BaseElevation {
	double get ();
}
member BaseElevation : float with get

Property Value

Double
See Also