This document is archived and information here might be outdated. Recommended version. |
Provides access to the Dispatch Value Table Object.
Name | 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. |
Classes | Description |
---|---|
GpValueTableObject | Geoprocessing Value Table object. |