This document is archived and information here might be outdated.  Recommended version.


IImageServiceInfo.NoData Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo Interface > IImageServiceInfo.NoData Property
ArcGIS Developer Help

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