Share

ProfileCircular.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.7.0.1276

Syntax

C#

public double HighLowPointStation { get; }

VB

Public ReadOnly Property HighLowPointStation As Double
	Get

C++

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

Property Value

Double

See Also

Reference

Was this information helpful?