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