IStatisticsFunctionArguments Interface

Provides access to members that control focal statistics function arguments.

Members

Name Description
Read/write property Columns The number of columns in the focal function.
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.

IStatisticsFunctionArguments.Columns Property

The number of columns in the focal function.

Public Property Columns As Integer
public int Columns {get; set;}

IStatisticsFunctionArguments.Raster Property

The source raster object.

Public Property Raster As Object
public object Raster {get; set;}

IStatisticsFunctionArguments.Rows Property

The number of rows in the focal function.

Public Property Rows As Integer
public int Rows {get; set;}

IStatisticsFunctionArguments.Type Property

The focal statistic type.

Public Property Type As esriFocalStatisticType
public esriFocalStatisticType Type {get; set;}

Classes that implement IStatisticsFunctionArguments

Classes Description
StatisticsFunctionArguments A class for statistics raster function arguments.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.