Share

SurfaceOperationModifyMultipleGridPointsElevation.Elevation Property

Gets the elevation value of grid points for the operation.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public double Elevation { get; }

VB

Public ReadOnly Property Elevation As Double
	Get

C++

public:
property double Elevation {
	double 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

Reference

Was this information helpful?