ArcObjects Library Reference (DataSourcesRaster)  

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