ArcObjects Library Reference (GeoDatabase)  

IJunctionFeatureSource.AddSubtypeConnectivityGroup Method

Adds a connectivity group in which the specified subtype of this junction feature source participates.

[Visual Basic .NET]
Public Sub AddSubtypeConnectivityGroup ( _
    ByVal SubtypeCode As Integer, _
    ByVal group As Integer _
)
[C#]
public void AddSubtypeConnectivityGroup (
    int SubtypeCode,
    int group
);
[C++]
HRESULT AddSubtypeConnectivityGroup(
  long SubtypeCode,
  long group
);
[C++]

Parameters

SubtypeCode [in]   SubtypeCode is a parameter of type long group [in]   group is a parameter of type long

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 AddSubtypeConnectivityGroup method is not used.  See the AddClassConnectivityGroup method.

If features are assigned to connectivity group(s) based on their Subtype values, then use the AddSubtypeConnectivityGroup method to add a new connectivity group to the list of connectivity groups that this JunctionFeatureSource is assigned for the given Subtype value.

See Also

IJunctionFeatureSource Interface