This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDisplayProps Interface > IRasterDisplayProps.NoDataColor Property (ArcObjects .NET 10.5 SDK) |
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.