This document is archived and information here might be outdated. Recommended version. |
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*