This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexNetworkFeature Interface > IComplexNetworkFeature.EdgeElementCount Property (ArcObjects .NET 10.4 SDK) |
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
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.