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


IFeatureClassContainer.ClassCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassContainer Interface > IFeatureClassContainer.ClassCount Property
ArcGIS Developer Help

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(
  System.Int32* 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