This document is archived and information here might be outdated. Recommended version. |
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*
The NoDataColor property controls how NoData cells in your raster are displayed. By default, NoData cells appear transparent.