ArcObjects Library Reference (GeoDatabase)  

IPlugInDatasetHelper.ClassCount Property

The number of classes in the dataset.

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

Parameters

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

Product Availability

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

Description

Returns the number of classes contained in this dataset. Tables and standalone feature classes should return 1.

See Also

IPlugInDatasetHelper Interface