ArcObjects Library Reference (GeoDatabase)  

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