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


IEdgeConnectivityRule.AddJunction Method (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.AddJunction Method
ArcGIS Developer Help

IEdgeConnectivityRule.AddJunction Method

The permissible values for the associated attribute.

[Visual Basic .NET]
Public Sub AddJunction ( _
    ByVal ClassID As Integer, _
    ByVal SubtypeCode As Integer _
)
[C#]
public void AddJunction (
    int ClassID,
    int SubtypeCode
);
[C++]
HRESULT AddJunction(
  long ClassID,
  long SubtypeCode
);
[C++]
Parameters
ClassID [in]

ClassID is a parameter of type long SubtypeCode [in]
SubtypeCode is a parameter of type long

Product Availability

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

Description

AddJunction function adds an allowable junction for this edge connectivity rule that has the classid and subtypecode specified in the parameters.

See Also

IEdgeConnectivityRule Interface