This document is archived and information here might be outdated. Recommended version. |
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.
Name | 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. |
Classes | Description |
---|---|
GPMultiValueType | Geoprocessing Multi-Value Data Type. |
GPRasterCalculatorExpressionType (esriSpatialAnalyst) | GeoProcessor Spatial Analyst GPRasterCalculatorExpression Type object. |
GPSAExtractValuesType (esriSpatialAnalyst) | GeoProcessor Spatial Analyst GPSAExtractValues Type object. |
GPSAFuzzyFunctionType (esriSpatialAnalyst) | GeoProcessor Spatial Analyst fuzzy function type object. |
GPSATopoFeaturesType (esriSpatialAnalyst) | GeoProcessor Spatial Analyst TopoFeatures Type object. |
GPSATransformationFunctionType (esriSpatialAnalyst) | GeoProcessor Spatial Analyst transformation function type object. |
GPSAWeightedOverlayTableType (esriSpatialAnalyst) | GeoProcessor WeightedOverlayTable Type object. |
GPSAWeightedSumType (esriSpatialAnalyst) | GeoProcessor Spatial Analyst WeightedSum Type object. |
GPValueTableType | Geoprocessing Value Table Data Type. |