Reproject

Gets and sets a Boolean that determines if the layer’s data is reprojected to the terrain’s coordinate system.

Note:    Changes are applied only following a call to Refresh().

 

JavaScript

 

Reproject

 

C#

 

bool Reproject { get; set; }

 

C++

 

HRESULT Reproject([out, retval] VARIANT_BOOL* pVal)

HRESULT Reproject([in] VARIANT_BOOL pVal)