HighLowPointElevation Property

Gets the elevation value of the high/low point of the curve.

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

Syntax

C#

public double HighLowPointElevation { get; }

Visual Basic

Public ReadOnly Property HighLowPointElevation As Double
	Get

Visual C++

public:
property double HighLowPointElevation {
	double get ();
}

See Also