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


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

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(
void
);

Product Availability

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

See Also

IGpEnumObject Interface