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


IEdgeConnectivityRule.JunctionClassID Property (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.JunctionClassID Property
ArcGIS Developer Help

IEdgeConnectivityRule.JunctionClassID Property

The specified permissible value for the associated attribute.

[Visual Basic .NET]
Public Function get_JunctionClassID ( _
    ByVal Index As Integer _
) As Integer
[C#]
public int get_JunctionClassID (
    int Index
);
[C++]
HRESULT get_JunctionClassID(
  long Index,
  System.Int32* Value
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Value [out, retval]
Value is a parameter of type long*

Product Availability

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

Description

JunctionClassID property returns the class id for the junction feature that is associated with this edge connectivity rule.

See Also

IEdgeConnectivityRule Interface