ArcObjects Library Reference (GeoDatabase)  

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