This document is archived and information here might be outdated.  Recommended version.


IParameterInfo.DataType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IParameterInfo.DataType Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IParameterInfo Interface