Policy determining how all junction elements in this source connect to other edge elements.
[Visual Basic .NET] Public Property ClassConnectivityPolicy As esriNetworkJunctionConnectivityPolicy
[C#] public esriNetworkJunctionConnectivityPolicy ClassConnectivityPolicy {get; set;}
[C++]
HRESULT get_ClassConnectivityPolicy(
esriNetworkJunctionConnectivityPolicy* policy
);
[C++]
HRESULT put_ClassConnectivityPolicy(
esriNetworkJunctionConnectivityPolicy policy
);
[C++]Parameters
policy [out, retval]policy is a parameter of type esriNetworkJunctionConnectivityPolicy
policy [in]policy is a parameter of type esriNetworkJunctionConnectivityPolicy
Product Availability
Remarks
A JunctionFeatureSource can be assigned to connectivity group(s) in the network dataset in one of two ways:
- All features in the JunctionFeatureSource are assigned to the same connectivity group(s), or
- Features in the JunctionFeatureSource are assigned to connectivity group(s) based on their Subtype values.
If all features are assigned to the same connectivity group(s), then use the ClassConnectivityPolicy property to specify the appropriate junction connectivity policy for the features in this JunctionFeatureSource.
If features are assigned to a connectivity group(s) based on their Subtype values, then the ClassConnectivityPolicy property is not used. See the SubtypeConnectivityPolicy property.