Returns the station and offset on an Alignment at given easting and northing values.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void StationOffset( double easting, double northing, ref double station, ref double offset )
VB
Public Sub StationOffset ( easting As Double, northing As Double, ByRef station As Double, ByRef offset As Double )
C++
public: void StationOffset( double easting, double northing, double% station, double% offset )
Parameters
- easting Double
- Specifies the Easting value.
- northing Double
- Specifies the Northing value.
- station Double
- Returns the station specified by the northing and easting.
- offset Double
- Returns the offset specified by the northing and easting.
Exceptions
Exception | Condition |
---|---|
PointNotOnEntityException | Thrown when the easting and northing value are out of Alignment range. |