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


IJunctionFeatureSource.ClassConnectivityGroups Property (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.ClassConnectivityGroups Property
ArcGIS Developer Help

IJunctionFeatureSource.ClassConnectivityGroups Property

Connectivity groups in which this junction feature source participates.

[Visual Basic .NET]
Public ReadOnly Property ClassConnectivityGroups As ILongArray
[C#]
public ILongArray ClassConnectivityGroups {get;}
[C++]
HRESULT get_ClassConnectivityGroups(
  ILongArray** groups
);
[C++]
Parameters
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 use the ClassConnectivityGroups property to retrieve which connectivity group(s) this JunctionFeatureSource is assigned.

If features are assigned to connectivity group(s) based on their Subtype values, then the ClassConnectivityGroups property is not used.  See the SubtypeConnectivityGroups property.

See Also

IJunctionFeatureSource Interface