Provides access to the Dispatch Value Table Object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AddRow | Add a row. | |
ColumnCount | The number of columns. | |
ExportToString | Export the Value Table to a string. | |
GetRow | Get a row. | |
GetValue | Get a value. | |
LoadFromString | Load the Value Table from a string. | |
Populate | Populate a given ValueTable with the values from this one. | |
RemoveRow | Remove a row. | |
RowCount | The number of rows. | |
SetColumns | The number of columns. | |
SetRow | Set a given row with a new value. | |
SetValue | Set a given column value. |
CoClasses that implement IGpValueTableObject
CoClasses and Classes | Description |
---|---|
GpValueTableObject | Geoprocessing Value Table object. |