ElevationOffset

Gets and sets the elevation offset. 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

 

 

 

ElevationOffset

 

C#

 

 

 

double ElevationOffset { get; set; }

 

C++

 

 

 

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

HRESULT ElevationOffset([in] double pVal)