EastNorthToXy Method
Given an Easting and Northing, will return the AutoCAD XY
Signature
RetVal = object.EastNorthToXy(EastNorth)
object
Utility The object or objects this property applies to.
EastNorth
Variant (3 element array of doubles); input-only
The Easting and Northing.
RetVal
Variant (3 element array of doubles)
The coordinates in XY.
Remarks
Xy must be declared as a variant and not as an array. To access the X and Y, subscript the variant ( var(0), var(1)). The third element (elevation) is unchanged.