RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Level

Level.Elevation

Property
Description:
Retrieves or changes the elevation above or below the ground level.
Remarks:
This property retrieves or changes the elevation above or below the ground level of the project. If the Elevation Base parameter is set to Project, the elevation is relative to project origin. If the Elevation Base parameter is set to Shared, the elevation is relative to shared origin which can be changed by relocate operation. The value is given in decimal feet.
Syntax
public double Elevation { get; set; }