ArcObjects Library Reference (DataSourcesRaster)  

IStockConvolutionFilter.Type Property

The type of the stock kernel filter.

[Visual Basic .NET]
Public Property Type As esriRasterFilterTypeEnum
[C#]
public esriRasterFilterTypeEnum Type {get; set;}
[C++]
HRESULT get_Type(
  esriRasterFilterTypeEnum* filterType
);
[C++]
HRESULT put_Type(
  esriRasterFilterTypeEnum filterType
);
[C++]

Parameters

filterType [out, retval]

  filterType is a parameter of type esriRasterFilterTypeEnum

filterType [in]

  filterType is a parameter of type esriRasterFilterTypeEnum

Product Availability

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

See Also

IStockConvolutionFilter Interface

.NET Related Topics

DataSourcesRaster | Pixel filters |