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


IConnectivityRule Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConnectivityRule Interface
ArcGIS Developer Help

IConnectivityRule Interface

Indicator interface that identifies connectivity rules.

Product Availability

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

Description

IConnectivityRule interface allows a user to constrain the type of network features that may be connected to one another, and the number of features of any particular type that can be connected to features of another type. Using these rules with a combination of other rules, domains, and custom validation allows the user to easily maintain the integrity of the network data in the database.

When To Use

IConnectivityRule is an interface on the ConnectivityRule abstract class. The two connectivity rules currently available are the JunctionConnectivityRule and the EdgeConnectivityRule. The ConnectivityRule abstract class acts as the template for these two rules.

Inherited Interfaces

Interfaces Description
IRule Provides access to members that return information about rules.

Classes that implement IConnectivityRule

Classes Description
EdgeConnectivityRule Esri Edge-Edge NetworkConnectivity rule object.
JunctionConnectivityRule Esri Junction-Edge NetworkConnectivity rule object.