GetPhotoWorldPos Method
Description
Gets the world position from a paper position within the current open Map Frame item.
Syntax
Visual Basic |
---|
Public Function GetPhotoWorldPos( _ ByVal paperX As Double, _ ByVal paperY As Double _ ) As String |
Parameters
- paperX
- The x coordinate of the paper position to convert to a world position.
- paperY
- The y coordinate of the paper position to convert to a world position.
Return Type
A comma-delimited string containing the x, y and z coordinates of the world position. Use SplitPos to get the x, y and z values themselves.
Remarks
Available: GEO D OD OM SISpy
Group:
Example
sis.GetPhotoWorldPos (100, 100)