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


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

IEdgeConnectivityRule.ContainsJunction Method

Indicates whether the specified junction class id is in the valid junction list.

[Visual Basic .NET]
Public Function ContainsJunction ( _
    ByVal ClassID As Integer, _
    ByVal SubtypeCode As Integer _
) As Boolean
[C#]
public bool ContainsJunction (
    int ClassID,
    int SubtypeCode
);
[C++]
HRESULT ContainsJunction(
  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

ContainsJunction function takes the class id and subtype code of a junction feature as parameters and returns a boolean value of whether or not it is contained in the set of valid junctions for this edge connectivity rule.

See Also

IEdgeConnectivityRule Interface