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


IStatisticsFunctionArguments2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatisticsFunctionArguments2 Interface
ArcGIS Developer Help

IStatisticsFunctionArguments2 Interface

Provides access to members that control focal statistics function arguments.

Product Availability

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

Members

Name Description
Read/write property Columns The number of columns in the focal function.
Read/write property FillNoDataOnly Option to fill only no data with pixel value.
Read/write property Raster The source raster object.
Read/write property Rows The number of rows in the focal function.
Read/write property Type The focal statistic type.

Inherited Interfaces

Interfaces Description
IStatisticsFunctionArguments Provides access to members that control focal statistics function arguments.

Classes that implement IStatisticsFunctionArguments2

Classes Description
StatisticsFunctionArguments A class for statistics raster function arguments.