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


IRasterDisplayProps.NoDataColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDisplayProps Interface > IRasterDisplayProps.NoDataColor Property
ArcGIS Developer Help

IRasterDisplayProps.NoDataColor Property

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.

See Also

IRasterDisplayProps Interface