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


IGPCompositeDataType.AddDataType Method (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 > IGPCompositeDataType.AddDataType Method
ArcGIS Developer Help

IGPCompositeDataType.AddDataType Method

Adds the given data type to the list of acceptable data types in the composite data type.

[Visual Basic .NET]
Public Sub AddDataType ( _
    ByVal pType As IGPDataType _
)
[C#]
public void AddDataType (
    IGPDataType pType
);
[C++]
HRESULT AddDataType(
  IGPDataType* pType
);
[C++]
Parameters
pType [in]

pType is a parameter of type IGPDataType*

Product Availability

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

See Also

IGPCompositeDataType Interface