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


IJunctionFeatureSource.RemoveAllSubtypeConnectivityGroups Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IJ > IJunctionFeatureSource Interface > IJunctionFeatureSource.RemoveAllSubtypeConnectivityGroups Method
ArcGIS Developer Help

IJunctionFeatureSource.RemoveAllSubtypeConnectivityGroups Method

Removes all connectivity groups in which the specified subtype of this junction feature source participates.

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

SubtypeCode 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 RemoveAllSubtypeConnectivityGroups method is not used.  See the RemoveAllClassConnectivityGroups method.

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

See Also

IJunctionFeatureSource Interface