HighLowPointStation Property

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

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

Syntax

C#

public double HighLowPointStation { get; }

Visual Basic

Public ReadOnly Property HighLowPointStation As Double
	Get

Visual C++

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

See Also