PointLocation Method

Land Auto

PointLocation Method

Given a station and offset, returns the Northings and Eastings.

See Also | Example

Signature

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

object

Alignment The object or objects this property applies to.

Station

Double; input-only
The Station to query for.

Offset

Double; input-only
The Offset to query for.

Easting

Double; output-only
The Easting of the coordinate.

Northing

Double; output-only
The Northing of the coordinate.

Direction

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

Remarks

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