Gets the direction at a station of the baseline.

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

Syntax

C#
public virtual Vector3d this[
	double station
] { get; }
Visual Basic
Public Overridable ReadOnly Property DirectionAtStation ( _
	station As Double _
) As Vector3d
	Get
Visual C++
public:
virtual property Vector3d DirectionAtStation[double station] {
	Vector3d get (double station);
}

Parameters

station
Type: System..::..Double

See Also