ArcObjects Library Reference (GeoDatabase)  

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