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


ISpeckleFunctionArguments.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 > ISpeckleFunctionArguments Interface > ISpeckleFunctionArguments.FilterType Property
ArcGIS Developer Help

ISpeckleFunctionArguments.FilterType Property

The type of the speckle filter.

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

pType is a parameter of type esriSpeckleFilterType pType [out, retval]
pType is a parameter of type esriSpeckleFilterType*

Product Availability

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

See Also

ISpeckleFunctionArguments Interface