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


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

IGPCompositeDataType Interface

Provides access to the properties/methods of a geoprocessing composite data type object.

Product Availability

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

Members

Name Description
Method AddDataType Adds the given data type to the list of acceptable data types in the composite data type.
Read-only property Count The number of acceptable data types the composite data type will accept.
Read-only property DataType The data type object at the given index.
Method RemoveDataType Removes the given data type from the list of acceptable data types in the composite data type.

Classes that implement IGPCompositeDataType

Classes Description
GPCompositeDataType Geoprocessing Composite Data Type.