This document is archived and information here might be outdated. Recommended version. |
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
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.