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


IGPCompositeDataType.AddDataType Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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

.NET Related Topics

Building a custom geoprocessing function tool