NullValue

In an imagery layer, this is the color value to be nullified making the underlying terrain visible. This value is expressed as an integer in ABGR color format (0xAABBGGRR).

In an elevation layer, this is the elevation value to be nullified, thereby cancelling the value's elevation effect. This value is expressed as a double.

 

JavaScript

 

 

 

NullValue

 

C#

 

 

 

dynamic NullValue { get; set; }

 

C++

 

 

 

HRESULT NullValue([out, retval] VARIANT* pVal)

HRESULT NullValue([in] VARIANT pVal)