This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities4 Interface > IGPUtilities4.GetUpdateCursor Method (ArcObjects .NET 10.5 SDK) |
Returns the update cursor for the value object.
[Visual Basic .NET] Public Function GetUpdateCursor ( _ ByVal pValue As IGPValue, _ ByVal recycling As Boolean, _ ByVal pEnvMgr As IGPEnvironmentManager _ ) As ICursor
[C#] public ICursor GetUpdateCursor ( IGPValue pValue, bool recycling, IGPEnvironmentManager pEnvMgr );
[C++]
HRESULT GetUpdateCursor(
IGPValue* pValue,
VARIANT_BOOL recycling,
IGPEnvironmentManager* pEnvMgr,
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 ppCursor [out, retval]
ppCursor is a parameter of type ICursor