ArcGIS Developer Help  (GeoDatabase)    

IFeatureClassContainer.ClassCount Property

The number of FeatureClasses in this container.

[Visual Basic 6.0]
Property ClassCount As Long
[Visual Basic .NET]
Public ReadOnly Property ClassCount As Integer
[C#]
public int ClassCount {get;}
[Java]
public int getClassCount()
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page