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


IJunctionFeatureSource.ClassConnectivityPolicy Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IJ > IJunctionFeatureSource Interface > IJunctionFeatureSource.ClassConnectivityPolicy Property
ArcGIS Developer Help

IJunctionFeatureSource.ClassConnectivityPolicy Property

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

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

JunctionFeatureSource can be assigned to connectivity group(s) in the network dataset in one of two ways:

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.

See Also

IJunctionFeatureSource Interface