This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEdgeConnectivityRule Interface > IEdgeConnectivityRule.ContainsJunction Method (ArcObjects .NET 10.5 SDK) |
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