Provides access to the properties/methods of a value table object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
For an extended code sample refer to the Parameter DataTypeLists section of the Building Geoprocessing Functions technical document.
Members
Description | ||
---|---|---|
AddDataType | Adds the data type as a column to the value table. | |
AddRecord | Adds a record to the value table. | |
DataType | The data type object of the given column index. | |
DataTypeCount | The number of data types/columns of the value table. | |
GetRecord | Returns the array of values of the specified record in the value table. | |
GetValue | Returns the value of the given row/column. | |
InsertRecord | Inserts a record in the value table at the specified index. | |
RecordCount | The number of rows in the value table. | |
RemoveDataType | Removes the given column from the value table. | |
RemoveRecord | Removes the specified record from the value table. | |
RemoveValue | Removes the given value from the value table. | |
ReplaceRecord | Replaces the record in the value table at the specified index. | |
SetValue | Sets the vlaue of the given row/column. |
CoClasses that implement IGPValueTable
CoClasses and Classes | Description |
---|---|
GPMultiValue | Geoprocessing value object that contains multiple geoprocessing value objects. |
GPRasterCalculatorExpression (esriSpatialAnalyst) | GeoProcessor Spatial Analyst GPRasterCalculatorExpression object. |
GPSAExtractValues (esriSpatialAnalyst) | GeoProcessor Spatial Analyst GPSAExtractValues object. |
GPSAFuzzyFunction (esriSpatialAnalyst) | GeoProcessor Spatial Analyst fuzzy function object. |
GPSATopoFeatures (esriSpatialAnalyst) | GeoProcessor Spatial Analyst TopoFeatures object. |
GPSAWeightedOverlayTable (esriSpatialAnalyst) | GeoProcessor Spatial Analyst WeightedOverlayTable object. |
GPSAWeightedSum (esriSpatialAnalyst) | GeoProcessor Spatial Analyst WeightedSum object. |
GPValueTable | Geoprocessing value object containing two-dimensional array of geoprocessing value objects. |