ArcObjects Library Reference (GeoDatabase)  

IGeometricNetwork.Rules Property

All the connectivity rules associated with the network.

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

Parameters

Rules [out, retval]

  Rules is a parameter of type IEnumRule

Product Availability

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

See Also

IGeometricNetwork Interface