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


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

IEdgeConnectivityRule.GetJunctionInfo Method

The specified permissible value for the associated attribute.

[Visual Basic .NET]
Public Sub GetJunctionInfo ( _
    ByVal Index As Integer, _
    ByRef ClassID As Integer, _
    ByRef SubtypeCode As Integer _
)
[C#]
public void GetJunctionInfo (
    int Index,
    ref int ClassID,
    ref int SubtypeCode
);
[C++]
HRESULT GetJunctionInfo(
  long Index,
  System.Int32* ClassID,
  System.Int32* SubtypeCode
);
[C++]
Parameters
Index [in]

Index is a parameter of type long ClassID [out]
ClassID is a parameter of type long* SubtypeCode [out]
SubtypeCode is a parameter of type long*

Product Availability

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

Description

GetJunctionInfo function returns the class id and the subtype code for the particular junction that is referenced by the index parameter passed in.

See Also

IEdgeConnectivityRule Interface