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