OffsetBaselineGetOffsetElevationFromMainBaselineStation Method |
Returns the offset and elevation at the specified station.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point2d GetOffsetElevationFromMainBaselineStation(
double mainBaselineStation
)
Public Function GetOffsetElevationFromMainBaselineStation (
mainBaselineStation As Double
) As Point2d
public:
Point2d GetOffsetElevationFromMainBaselineStation(
double mainBaselineStation
)
Parameters
- mainBaselineStation Double
- Main baseline station to retrieve the offset and elevation.
Return Value
Point2dThe offset and elevation at the specified main baseline station.
RemarksThis 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