This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPCompositeDataType Interface > IGPCompositeDataType.AddDataType Method (ArcObjects .NET 10.5 SDK) |
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