Elevation Property

Gets the elevation value of vertices for the operation.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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.

See Also