IPointCloudDefaultLocation80

Returns the default location of a point cloud model.

 

 

Properties

 

Altitude

Gets the altitude of the point cloud.

CoordinateSystem

An ICoordinateSystem80 representing coordinate system information.

X

Gets the x-coordinate of the center point of the cloud model in the project’s coordinate system units.

Y

Gets the y-coordinate of the center point of the cloud model in the project’s coordinate system units.

Altitude

Gets the altitude of the point cloud.

 

JavaScript

 

Altitude

 

C#

 

double Altitude { get; }

 

C++

 

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

X

Gets the x-coordinate of the center point of the cloud model in the project’s coordinate system units.

 

JavaScript

 

X

 

C#

 

double X { get; }

 

C++

 

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

Y

Gets the y-coordinate of the center point of the cloud model in the project’s coordinate system units.

 

JavaScript

 

Y

 

C#

 

double Y { get; }

 

C++

 

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