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


IMaskFunctionArguments.NoDataValues Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMaskFunctionArguments.NoDataValues Property

The list of, space separated, NoData values, for each band.

[Visual Basic .NET]
Public Property NoDataValues As IStringArray
[C#]
public IStringArray NoDataValues {get; set;}
[C++]
HRESULT get_NoDataValues(
  IStringArray** ppValues
);
[C++]
HRESULT putref_NoDataValues(
  IStringArray* ppValues
);
[C++]

Parameters ppValues [out, retval]
ppValues is a parameter of type IStringArray ppValues [in]
ppValues is a parameter of type IStringArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMaskFunctionArguments Interface