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


IObjectClassContainer.ObjectClassCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObjectClassContainer Interface > IObjectClassContainer.ObjectClassCount Property
ArcGIS Developer Help

IObjectClassContainer.ObjectClassCount Property

The number of object classes in this container.

[Visual Basic .NET]
Public ReadOnly Property ObjectClassCount As Integer
[C#]
public int ObjectClassCount {get;}
[C++]
HRESULT get_ObjectClassCount(
  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

IObjectClassContainer Interface