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


IEdgeConnectivityRule.JunctionCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEdgeConnectivityRule Interface > IEdgeConnectivityRule.JunctionCount Property
ArcGIS Developer Help

IEdgeConnectivityRule.JunctionCount Property

The number of valid Junctions.

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

values is a parameter of type long*

Product Availability

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

Description

JunctionCount returns the junction count.

See Also

IEdgeConnectivityRule Interface