ArcObjects Library Reference (GeoDatabase)  

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,
  long* ClassID,
  long* 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