BaseBaselineGetDirectionAtStation Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public Vector3d GetDirectionAtStation(
	double station
)

Parameters

station  Double
Station at which retrieve the direction.

Return Value

Vector3d
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