ArcObjects Library Reference (GeoDatabase)  

IJunctionFeatureSource.SubtypeConnectivityGroups Property

Connectivity groups in which the specified subtype of this junction feature source participates.

[Visual Basic .NET]
Public Function get_SubtypeConnectivityGroups ( _
    ByVal SubtypeCode As Integer _
) As ILongArray
[C#]
public ILongArray get_SubtypeConnectivityGroups (
    int SubtypeCode
);
[C++]
HRESULT get_SubtypeConnectivityGroups(
  long SubtypeCode,
  ILongArray** groups
);
[C++]

Parameters

SubtypeCode [in]   SubtypeCode is a parameter of type long groups [out, retval]

  groups is a parameter of type ILongArray

Product Availability

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

Remarks

JunctionFeatureSource can be assigned to connectivity group(s) in the network dataset in one of two ways:

If all features are assigned to the same connectivity group(s), then the SubtypeConnectivityGroups property is not used.  See the ClassConnectivityGroups property.

If features are assigned to connectivity group(s) based on their Subtype values, then use the SubtypeConnectivityGroups property to retrieve which connectivity group(s) this JunctionFeatureSource is assigned for the given Subtype value.

See Also

IJunctionFeatureSource Interface