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


IEdgeFeatureSource.ClassConnectivityGroup Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEdgeFeatureSource Interface > IEdgeFeatureSource.ClassConnectivityGroup Property
ArcGIS Developer Help

IEdgeFeatureSource.ClassConnectivityGroup Property

Connectivity group in which this edge feature source participates.

[Visual Basic .NET]
Public Property ClassConnectivityGroup As Integer
[C#]
public int ClassConnectivityGroup {get; set;}
[C++]
HRESULT get_ClassConnectivityGroup(
  System.Int32* group
);
[C++]
HRESULT put_ClassConnectivityGroup(
  long group
);
[C++]
Parameters
group [out, retval]

group 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

An EdgeFeatureSource can be assigned to a connectivity group in the network dataset in one of two ways:

If all features are assigned to the same connectivity group, then use the ClassConnectivityGroup property to specify the connectivity group that this EdgeFeatureSource is assigned.

If features are assigned to a connectivity group based on their Subtype values, then the ClassConnectivityGroup property is not used.  See the SubtypeConnectivityGroup property.

See Also

IEdgeFeatureSource Interface