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. |
CoClasses that implement IConnectivityRule
CoClasses and Classes | Description |
---|---|
EdgeConnectivityRule | ESRI Edge-Edge NetworkConnectivity rule object. |
JunctionConnectivityRule | ESRI Junction-Edge NetworkConnectivity rule object. |