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


IComplexNetworkFeature.EdgeElementCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexNetworkFeature Interface > IComplexNetworkFeature.EdgeElementCount Property
ArcGIS Developer Help

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(
  System.Int32* 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