ElevationScale

Gets and sets the scale factor for the elevation value. This property enables you to adjust several elevation sources that are defined with reference to different baselines, such as different sea levels. The elevation data in the source file is changed to a new value where: New Value = Old Value * ElevationScale + ElevationOffset.

 

JavaScript

 

 

 

ElevationScale

 

C#

 

 

 

double ElevationScale { get; set; }

 

C++

 

 

 

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

HRESULT ElevationScale([in] double pVal)