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


IGPSAUtil.GetFilterEnum Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAUtil Interface > IGPSAUtil.GetFilterEnum Method
ArcGIS Developer Help

IGPSAUtil.GetFilterEnum Method

Gets Filter Enum.

[Visual Basic .NET]
Public Function GetFilterEnum ( _
    ByVal name As String _
) As esriGeoAnalysisFilterEnum
[C#]
public esriGeoAnalysisFilterEnum GetFilterEnum (
    string name
);
[C++]
HRESULT GetFilterEnum(
  BSTR name
);
[C++]
Parameters
name [in]

name is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSAUtil Interface