ArcObjects Library Reference (GeoDatabase)  

IEdgeFeatureSource.ClassConnectivityPolicy Property

Policy determining how all edge elements in this source connect to each other.

[Visual Basic .NET]
Public Property ClassConnectivityPolicy As esriNetworkEdgeConnectivityPolicy
[C#]
public esriNetworkEdgeConnectivityPolicy ClassConnectivityPolicy {get; set;}
[C++]
HRESULT get_ClassConnectivityPolicy(
  esriNetworkEdgeConnectivityPolicy* policy
);
[C++]
HRESULT put_ClassConnectivityPolicy(
  esriNetworkEdgeConnectivityPolicy policy
);
[C++]

Parameters

policy [out, retval]

  policy is a parameter of type esriNetworkEdgeConnectivityPolicy

policy [in]

  policy is a parameter of type esriNetworkEdgeConnectivityPolicy

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 ClassConnectivityPolicy property to specify the appropriate edge connectivity policy for the features in this EdgeFeatureSource.

If features are assigned to a connectivity group based on their Subtype values, then the ClassConnectivityPolicy property is not used.  See the SubtypeConnectivityPolicy property.

See Also

IEdgeFeatureSource Interface