ArcObjects Library Reference (Carto)  

IImageServiceInfo.NoData Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IImageServiceInfo Interface