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


IGPUtilities4.GetSearchCursor Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPUtilities4.GetSearchCursor Method

Returns the search cursor for the value object.

[Visual Basic .NET]
Public Function GetSearchCursor ( _
    ByVal pValue As IGPValue, _
    ByVal recycling As Boolean, _
    ByVal pEnvMgr As IGPEnvironmentManager _
) As ICursor
[C#]
public ICursor GetSearchCursor (
    IGPValue pValue,
    bool recycling,
    IGPEnvironmentManager pEnvMgr
);
[C++]
HRESULT GetSearchCursor(
  IGPValue* pValue,
  VARIANT_BOOL recycling,
  IGPEnvironmentManager* pEnvMgr
);
[C++]

Parameters pValue [in]
pValue is a parameter of type IGPValue* recycling [in]
recycling is a parameter of type bool pEnvMgr [in]
pEnvMgr is a parameter of type IGPEnvironmentManager*

Product Availability

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

See Also

IGPUtilities4 Interface