Gets the station 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 HighLowPointStation { get; }
VB
Public ReadOnly Property HighLowPointStation As Double Get
C++
public: property double HighLowPointStation { double get (); }