| Revit 2022.1 API |
| SiteLocation..::..Elevation Property |
| SiteLocation Class See Also |
The elevation of the site location.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2014 UR2
Syntax
| C# |
|---|
public double Elevation { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Elevation As Double Get |
| Visual C++ |
|---|
public: property double Elevation { double get (); } |