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


IGpEnumObject.NewRow Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpEnumObject.NewRow Method

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*

Product Availability

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

See Also

IGpEnumObject Interface