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


IEdgeConnectivityRule.JunctionCount Property (ArcObjects .NET 10.5 SDK)
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