OffsetBaselineOffsetBaselineStationToMainBaselineStation Method

Returns the main baseline station value from the specified offset baseline station.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double OffsetBaselineStationToMainBaselineStation(
	double offsetBaselineStation
)

Parameters

offsetBaselineStation  Double
Offset baseline station value to convert.

Return Value

Double
Exceptions
ExceptionCondition
InvalidOperationExceptionThis exception is raised if used on a HardcodedOffsetBaseline.
Remarks

This method takes a station value on the offset baseline and returns the main baseline station value.

See Also