Gets the elevation value of the high/low point of the curve.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double HighLowPointElevation { get; }
VB
Public ReadOnly Property HighLowPointElevation As Double Get
C++
public: property double HighLowPointElevation { double get (); }