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


IFeatureClassContainer.ClassCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureClassContainer.ClassCount Property

The number of FeatureClasses in this container.

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

Parameters numClasses [out, retval] numClasses is a parameter of type long

Product Availability

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

See Also

IFeatureClassContainer Interface

.NET Related Topics

Geodatabase