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


IGPUtilities4.GetUpdateCursorWithSubFields Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPUtilities4.GetUpdateCursorWithSubFields Method

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

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

Parameters pValue [in]
pValue is a parameter of type IGPValue recycling [in] recycling is a parameter of type VARIANT_BOOL pEnvMgr [in]
pEnvMgr is a parameter of type IGPEnvironmentManager pFieldNames [in]
pFieldNames is a parameter of type IStringArray ppCursor [out, retval]
ppCursor is a parameter of type ICursor

Product Availability

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

See Also

IGPUtilities4 Interface