OffsetBaselineGetOffsetElevationFromMainBaselineStation Method

Returns the offset and elevation at the specified station.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public Point2d GetOffsetElevationFromMainBaselineStation(
	double mainBaselineStation
)

Parameters

mainBaselineStation  Double
Main baseline station to retrieve the offset and elevation.

Return Value

Point2d
The offset and elevation at the specified main baseline station.
Remarks

This method returns the offset and elevation at a specified station on the main baseline. When BaselineType is HardcodedOffsetBaseline, the method will ignore the mainBaselineStation parameter and return the offset between OffsetBaseline and mainBaseline defined in assembly.

See Also