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


IParameterInfo.DataType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IParameterInfo Interface > IParameterInfo.DataType Property
ArcGIS Developer Help

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