This document is archived and information here might be outdated. Recommended version. |
Get parameter type.
[Visual Basic .NET] Public Function get_DataType ( _ ByVal indexParam As Integer _ ) As IGPDataType
[C#] public IGPDataType get_DataType ( int indexParam );
[C++]
HRESULT get_DataType(
long indexParam,
IGPDataType** ppGPDataType
);
[C++] Parameters indexParam [in]
indexParam is a parameter of type long ppGPDataType [out, retval]
ppGPDataType is a parameter of type IGPDataType**