StairsRun.TopElevation Property

The top elevation of the stairs run.


Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public double TopElevation { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentOutOfRangeException When setting this property: The given value for topElevation must be no more than 30000 feet in absolute value. -or- When setting this property: The topElevation doesn't meet the minimal height restriction of the stairs run. -or- When setting this property: The topElevation is less than the extension below base of the stairs run.
InvalidOperationException When setting this property: The stairs run is sketched so the data being set is not applicable.

Remarks

The top elevation has following restrictions:

See Also

Reference

StairsRun Class
Autodesk.Revit.DB.Architecture Namespace