Converts the x or y coordinate value of a point in an Enhanced Coordinate picture to the corresponding value in the legacy Logical Coordinates.
Syntax
object.ConvertToOriginalCoordinates (ldInXYValue, bIsXValue)
Properties
The ConvertToOriginalCoordinates method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
ldInXYValue |
Double. The X or Y value of the Enhanced Coordinate that needs conversion. |
bIsXValue |
Boolean. When converting a value that is in X axis direction, True is passed for this parameter. When converting value that is in Y axis direction, False is passed for this parameter. |
Return Value
Double.
Remarks
Use this method to convert hardcoded values in scripts of pictures that have been upgraded to use Enhanced Coordinates.