Gets the elevation value of grid points for the operation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public double Elevation { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Elevation As Double Get |
| Visual C++ |
|---|
public: property double Elevation { double get (); } |
Remarks
If IsDeltaElevation is false, this property is the new elevation value. Otherwise, it is the delta elevation value.