This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPValueTable Interface (ArcObjects .NET 10.5 SDK) |
Provides access to the properties/methods of a value table object.
For an extended code sample refer to the Parameter DataType�Lists section of the Building Geoprocessing Functions technical document.
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 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. |
GPSATransformationFunction (esriSpatialAnalyst) | GeoProcessor Spatial Analyst transformation function 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. |