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 > IGpEnumObject Interface > IGpEnumObject.NewRow Method (ArcObjects .NET 10.5 SDK) |
Creates and returns a new cursor row object.
[Visual Basic .NET] Public Function NewRow ( _ ) As Object
[C#] public object NewRow ( );
[C++]
HRESULT NewRow(
IDispatch** ppObject
);
[C++]
Parameters ppObject [out, retval] ppObject is a parameter of type IDispatch*