This document is archived and information here might be outdated.  Recommended version.


IGPValueTableType Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPValueTableType Interface
ArcGIS Developer Help

IGPValueTableType Interface

Provides access to the properties/methods of the value table data type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

When To Use

For an extended code sample refer to the Parameter DataType�Lists section of the Building Geoprocessing Functions technical document.

Members

Name Description
Method AddDataType Adds the given data type to the value table data type.
Read-only property ControlCLSID The class identifier (CLSID) of the ActiveX control for the data type at the given index in the value table data type.
Read-only property Count The number of data types/columns of the value table data type.
Read-only property DataType The data type object of the given column index.
Read-only property DisplayName The display name of the given column of the value table data type.
Method RemoveDataType Removes the data type/column at the given index from the value table data type.
Read-only property Width The width of the given column of the value table data type.

Classes that implement IGPValueTableType

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.