StationOffset Method

Land Auto

StationOffset Method

Given a Northings and Eastings, returns the station, an offset, and the polar direction.

See Also | Example

Signature

object.StationOffset(Easting, Northing, Station, Offset, Direction)

object

Alignment The object or objects this property applies to.

Easting

Double; input-only
The Easting of the coordinate to query for.

Northing

Double; input-only
The Northing of the coordinate to query for.

Station

Double; output-only
The Station of the queried point.

Offset

Double; output-only
The Offset of the queried point.

Direction

Double; output-only
The direction of the queried point.

Remarks

If the Offset is to the left of the alignment, it will be negative. If the Offset is to the right of the alignment, it will be positive.