ArcObjects Library Reference (GeoDatabase)  

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(
  long* 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