This document is archived and information here might be outdated. Recommended version. |
The NoData (background) value of the image service.
[Visual Basic .NET]
Public ReadOnly Property NoData As Object
[C#]
public object NoData {get;}
[C++]
HRESULT get_NoData(
Variant* pNoData
);
[C++] Parameters pNoData [out, retval]
pNoData is a parameter of type VARIANT*
The NoData (background) value of the image service. The variant data type does not have to match the pixel type. It can be empty or outside the pixel value range. This indicates the service does not have a predefined NoData value, and will not fill NoData pixels with a predefined value.