ICoord2D

This interface gives the client access to a specific 2D coordinate position in the 3D World.

 

 

Properties

 

X

Gets and sets the x-coordinate.

Y

Gets and sets the y-coordinate.

X

Gets and sets the x-coordinate presented in the same coordinate system that the project’s terrain database uses.

 

JavaScript

 

X

 

C#

 

double X { get; set; }

 

C++

 

HRESULT X([out, retval] double* pVal)

HRESULT X([in] double pVal)

Y

Gets and sets the x-coordinate presented in the same coordinate system that the project’s terrain database uses.

 

JavaScript

 

Y

 

C#

 

double Y { get; set; }

 

C++

 

HRESULT Y([out, retval] double* pVal)

HRESULT Y([in] double pVal)