This method returns a Vector3d indicating the direction at the specified station.

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

Syntax

C#
public Vector3d GetDirectionAtStation(
	double station
)
Visual Basic
Public Function GetDirectionAtStation ( _
	station As Double _
) As Vector3d
Visual C++
public:
Vector3d GetDirectionAtStation(
	double station
)

Parameters

station
Type: System..::..Double
Station at which retrieve the direction.

Remarks

This indexer returns a Vector3d that indicates the direction at the specified station. The station value must be in the range StartStation < = station < = EndStation. If the station value provided, fails to be in the required range, a zero-length vector is returned.

See Also