This document is archived and information here might be outdated. Recommended version. |
Nodata color for a raster layer.
[Visual Basic .NET] Public Property NoDataColor As IColor
[C#] public IColor NoDataColor {get; set;}
[C++]
HRESULT get_NoDataColor(
IColor** ppColor
);
[C++]
HRESULT put_NoDataColor(
IColor* ppColor
);
[C++] Parameters ppColor [out, retval]
ppColor is a parameter of type IColor** ppColor [in]
ppColor is a parameter of type IColor*