This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IParameterInfo Interface > IParameterInfo.DataType Property (ArcObjects .NET 10.5 SDK) |
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