Share

BaseBaseline.GetDirectionAtStation 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.280

Syntax

C#

public Vector3d GetDirectionAtStation(
	double station
)

VB

Public Function GetDirectionAtStation ( 
	station As Double
) As Vector3d

C++

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

Reference

Was this information helpful?