Share

OffsetBaseline.GetOffsetElevationFromMainBaselineStation Method

Returns the offset and elevation at the specified station.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public Point2d GetOffsetElevationFromMainBaselineStation(
	double mainBaselineStation
)

VB

Public Function GetOffsetElevationFromMainBaselineStation ( 
	mainBaselineStation As Double
) As Point2d

C++

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

Reference

Was this information helpful?