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


IDEGeometricNetwork.Rules Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGeometricNetwork.Rules Property

The connectivity rules associated with the network.

[Visual Basic .NET]
Public Property Rules As IArray
[C#]
public IArray Rules {get; set;}
[C++]
HRESULT get_Rules(
  IArray** Rules
);
[C++]
HRESULT putref_Rules(
  IArray* Rules
);
[C++]

Parameters Rules [out, retval]
Rules is a parameter of type IArray Rules [in]
Rules is a parameter of type IArray

Product Availability

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

See Also

IDEGeometricNetwork Interface