ArcObjects Library Reference (Geoprocessing)  

IGpValueTableObject Interface

Provides access to the Dispatch Value Table Object.

Product Availability

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

Members

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.

CoClasses that implement IGpValueTableObject

CoClasses and Classes Description
GpValueTableObject Geoprocessing Value Table object.

.NET Related Topics

Using value tables |