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


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

ISpeckleFilter.FilterType Property

The speckle filter type.

[Visual Basic .NET]
Public Property FilterType As esriSpeckleFilterType
[C#]
public esriSpeckleFilterType FilterType {get; set;}
[C++]
HRESULT get_FilterType(
  esriSpeckleFilterType* pType
);
[C++]
HRESULT put_FilterType(
  esriSpeckleFilterType pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriSpeckleFilterType* pType [in]
pType is a parameter of type esriSpeckleFilterType

Product Availability

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

See Also

ISpeckleFilter Interface