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


IGPCompositeDataType.DataType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPCompositeDataType Interface > IGPCompositeDataType.DataType Property
ArcGIS Developer Help

IGPCompositeDataType.DataType Property

The data type object at the given index.

[Visual Basic .NET]
Public Function get_DataType ( _
    ByVal Index As Integer _
) As IGPDataType
[C#]
public IGPDataType get_DataType (
    int Index
);
[C++]
HRESULT get_DataType(
  long Index,
  IGPDataType** ppType
);
[C++]
Parameters
Index [in]

Index is a parameter of type long ppType [out, retval]
ppType is a parameter of type IGPDataType**

Product Availability

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

See Also

IGPCompositeDataType Interface