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


IGpValueTableObject Interface (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
ArcGIS Developer Help

IGpValueTableObject Interface

Provides access to the Dispatch Value Table Object.

Product Availability

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

Members

Name Description
Method AddRow Add a row.
Read-only property ColumnCount The number of columns.
Method ExportToString Export the Value Table to a string.
Method GetRow Get a row.
Method GetValue Get a value.
Method LoadFromString Load the Value Table from a string.
Method Populate Populate a given ValueTable with the values from this one.
Method RemoveRow Remove a row.
Read-only property RowCount The number of rows.
Method SetColumns The number of columns.
Method SetRow Set a given row with a new value.
Method SetValue Set a given column value.

Classes that implement IGpValueTableObject

Classes Description
GpValueTableObject Geoprocessing Value Table object.