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


IObjectClassContainer.ObjectClassCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  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

IObjectClassContainer Interface