XyToEastNorth Method

Land Auto

XyToEastNorth Method

Given a AutoCAD X, Y, returns the Easting and Northing.

See Also | Example

Signature

RetVal = object.XyToEastNorth(Xy)

object

Utility The object or objects this property applies to.

Xy

Variant (3 element array of doubles); input-only
The X and Y coordinates.

RetVal

Variant (3 element array of doubles)
The coordinates in Easting and Northing.

Remarks

EastNorth must be declared as a variant and not as an array. To access the Easting and Northing, subscript the variant ( var(0), var(1)). The third element (elevation) is unchanged.