BaseBaselineGetDirectionAtStation Method |
This method returns a Vector3d indicating the direction at the specified station.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Vector3d GetDirectionAtStation(
double station
)
Public Function GetDirectionAtStation (
station As Double
) As Vector3d
public:
Vector3d GetDirectionAtStation(
double station
)
Parameters
- station Double
- Station at which retrieve the direction.
Return Value
Vector3d
RemarksThis 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