Provides access to the properties/methods of the value table data type.
For an extended code sample refer to the Parameter DataType—Lists section of the Building Geoprocessing Functions technical document.
| Description | ||
|---|---|---|
![]() |
AddDataType | Adds the given data type to the value table data type. |
![]() |
ControlCLSID | The class identifier (CLSID) of the ActiveX control for the data type at the given index in the value table data type. |
![]() |
Count | The number of data types/columns of the value table data type. |
![]() |
DataType | The data type object of the given column index. |
![]() |
DisplayName | The display name of the given column of the value table data type. |
![]() |
RemoveDataType | Removes the data type/column at the given index from the value table data type. |
![]() |
Width | The width of the given column of the value table data type. |
| CoClasses and Classes | Description |
|---|---|
| GPMultiValueType | Geoprocessing Multi-Value Data Type. |
| GPSATopoFeaturesType (esriSpatialAnalyst) | GeoProcessor Spatial Analyst TopoFeatures Type object. |
| GPSAWeightedOverlayTableType (esriSpatialAnalyst) | GeoProcessor WeightedOverlayTable Type object. |
| GPSAWeightedSumType (esriSpatialAnalyst) | GeoProcessor Spatial Analyst WeightedSum Type object. |
| GPValueTableType | Geoprocessing Value Table Data Type. |