ICoord3D

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

 

 

Properties

 

X

Gets and sets the x-coordinate.

Y

Gets and sets the y-coordinate.

Z

Gets and sets the z-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)

 

Z

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

 

JavaScript

 

Z

 

C#

 

double Z { get; set; }

 

C++

 

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

HRESULT Z([in] double pVal)