com.esri.arcgis.geodatabase
Interface IConnectivityRule
- All Superinterfaces:
- IRule, Serializable
- All Known Subinterfaces:
- IEdgeConnectivityRule, IJunctionConnectivityRule, IJunctionConnectivityRule2
- All Known Implementing Classes:
- EdgeConnectivityRule, JunctionConnectivityRule
public interface IConnectivityRule
- extends IRule, Serializable
Indicator interface that identifies connectivity rules.
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.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.