Gets and sets a Boolean that determines if the Coordinate System dialog box is opened to enable the user to specify the layer’s coordinate system that requires reprojection 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) |