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


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

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 [in]

FilterType is a parameter of type esriRasterFilterTypeEnum FilterType [out, retval]
FilterType is a parameter of type esriRasterFilterTypeEnum*

Product Availability

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

See Also

IStockConvolutionFilter Interface