ArcObjects Library Reference (GeoDatabase)  

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