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


IGPUtilities4.GetSearchCursorWithSubFields Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities4 Interface > IGPUtilities4.GetSearchCursorWithSubFields Method
ArcGIS Developer Help

IGPUtilities4.GetSearchCursorWithSubFields Method

Returns the search cursor for the value object with sub fields.

[Visual Basic .NET]
Public Function GetSearchCursorWithSubFields ( _
    ByVal pValue As IGPValue, _
    ByVal recycling As Boolean, _
    ByVal pEnvMgr As IGPEnvironmentManager, _
    ByVal pFieldNames As IStringArray _
) As ICursor
[C#]
public ICursor GetSearchCursorWithSubFields (
    IGPValue pValue,
    bool recycling,
    IGPEnvironmentManager pEnvMgr,
    IStringArray pFieldNames
);
[C++]
HRESULT GetSearchCursorWithSubFields(
  IGPValue* pValue,
  VARIANT_BOOL recycling,
  IGPEnvironmentManager* pEnvMgr,
  IStringArray* pFieldNames
);
[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* pFieldNames [in]
pFieldNames is a parameter of type IStringArray*

Product Availability

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

See Also

IGPUtilities4 Interface