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