Provides access to members that control a focal statistics filter.
Members
Name | Description | |
---|---|---|
SetSize | Sets the size of the focal filter. | |
Type | The focal statistic type. |
IFocalStatisticsFilter.SetSize Method
Sets the size of the focal filter.
Public Sub SetSize ( _
ByVal nColumns As Integer, _
ByVal nRows As Integer _
)
public void SetSize (
int nColumns,
int nRows
);
IFocalStatisticsFilter.Type Property
The focal statistic type.
Public Property Type As esriFocalStatisticType
public esriFocalStatisticType Type {get; set;}
Classes that implement IFocalStatisticsFilter
Classes | Description |
---|---|
FocalStatisticsFilter | A class for focal statistics filter. |