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


INetSchema.ElementClassCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetSchema Interface > INetSchema.ElementClassCount Property
ArcGIS Developer Help

INetSchema.ElementClassCount Property

Number of element classes in the network.

[Visual Basic .NET]
Public ReadOnly Property ElementClassCount As Integer
[C#]
public int ElementClassCount {get;}
[C++]
HRESULT get_ElementClassCount(
  System.Int32* ElementClassCount
);
[C++]
Parameters
ElementClassCount [out, retval]

ElementClassCount is a parameter of type long*

Product Availability

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

Remarks

ElementClassCount returns a count of all the NetElementClasses represented in the network.  Each NetElementClass corresponds to a single object class.

See Also

INetSchema Interface