ArcObjects Library Reference (GeoDatabase)  

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,
  VARIANT_BOOL* contained
);
[C++]

Parameters

ClassID [in]   ClassID is a parameter of type long SubtypeCode [in]   SubtypeCode is a parameter of type long contained [out, retval]   contained is a parameter of type VARIANT_BOOL

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