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


IGPSAGeoDataDomain.DataType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPSAGeoDataDomain.DataType Property

GPDataType at an 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** Type
);
[C++]

Parameters Index [in] Index is a parameter of type long Type [out, retval]
Type is a parameter of type IGPDataType

Product Availability

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

See Also

IGPSAGeoDataDomain Interface