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


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

IEdgeConnectivityRule.JunctionSubtypeCode Property

The specified permissible value for the associated attribute.

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

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

Product Availability

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

Description

JunctionSubtypeCode property returns the subtype code for the junction feature that is associated with this edge connectivity rule.

See Also

IEdgeConnectivityRule Interface