ArcObjects Library Reference (Geoprocessing)  

IGPSAGeoDataDomain.DataTypeCount Property

GPDataType count.

[Visual Basic .NET]
Public ReadOnly Property DataTypeCount As Integer
[C#]
public int DataTypeCount {get;}
[C++]
HRESULT get_DataTypeCount(
  long* pCount
);
[C++]

Parameters

pCount [out, retval]   pCount is a parameter of type long

Product Availability

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

See Also

IGPSAGeoDataDomain Interface