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:
- All features in the EdgeFeatureSource are assigned to the same connectivity group, or
- Features in the EdgeFeatureSource are assigned to a connectivity group based on their Subtype values.
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.