ArcObjects Library Reference (GeoDatabase)  

IComplexNetworkFeature.EdgeElementCount Property

The number of edge elements associated with this Feature.

[Visual Basic .NET]
Public ReadOnly Property EdgeElementCount As Integer
[C#]
public int EdgeElementCount {get;}
[C++]
HRESULT get_EdgeElementCount(
  long* numEdges
);
[C++]

Parameters

numEdges [out, retval]   numEdges is a parameter of type long

Product Availability

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

Remarks

It is recommended that developers do not use Complex Junctions in their data modeling solutions.  Developers can leverage existing Geodatabase components in order to implement partial functionality, such as class extensions.

See Also

IComplexNetworkFeature Interface