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


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

IGpValueTableObject.AddRow Method

Add a row.

[Visual Basic .NET]
Public Sub AddRow ( _
    ByRef row As Object _
)
[C#]
public void AddRow (
    ref object row
);
[C++]
HRESULT AddRow(
  Variant* row
);
[C++]
Parameters
row [in]

row is a parameter of type VARIANT*

Product Availability

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

See Also

IGpValueTableObject Interface