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


IStatisticsFunctionArguments2.FillNoDataOnly Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IStatisticsFunctionArguments2.FillNoDataOnly Property

Option to fill only no data with pixel value.

[Visual Basic .NET]
Public Property FillNoDataOnly As Boolean
[C#]
public bool FillNoDataOnly {get; set;}
[C++]
HRESULT get_FillNoDataOnly(
  VARIANT_BOOL pbFillNoData
);
[C++]
HRESULT put_FillNoDataOnly(
  Boolean* pbFillNoData
);
[C++]

Parameters pbFillNoData [in]
pbFillNoData is a parameter of type bool pbFillNoData [out, retval]
pbFillNoData is a parameter of type bool*

Product Availability

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

See Also

IStatisticsFunctionArguments2 Interface