SurfaceOperationModifyMultipleGridPointsElevationElevation Property

Gets the elevation value of grid points for the operation.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double Elevation { get; }

Property Value

Double
Remarks
If IsDeltaElevation is false, this property is the new elevation value. Otherwise, it is the delta elevation value.
See Also