Nodata color for a raster.
[Visual Basic .NET] Public Property NoDataColor As IColor
[C#] public IColor NoDataColor {get; set;}
[C++]
HRESULT get_NoDataColor(
IColor** ppColor
);
[C++]
HRESULT putref_NoDataColor(
IColor* ppColor
);
[C++]Parameters
ppColor [out, retval]ppColor is a parameter of type IColor
ppColor [in]ppColor is a parameter of type IColor
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The NoDataColor property controls how NoData cells in your raster are displayed. By default, NoData cells appear transparent.