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