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


IGeometricNetwork.RulesByClassAndSubtype Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometricNetwork Interface > IGeometricNetwork.RulesByClassAndSubtype Property
ArcGIS Developer Help

IGeometricNetwork.RulesByClassAndSubtype Property

The connectivity rules associated with the class and subtype.

[Visual Basic .NET]
Public Function get_RulesByClassAndSubtype ( _
    ByVal ClassID As Integer, _
    ByVal SubtypeCode As Integer _
) As IEnumRule
[C#]
public IEnumRule get_RulesByClassAndSubtype (
    int ClassID,
    int SubtypeCode
);
[C++]
HRESULT get_RulesByClassAndSubtype(
  long ClassID,
  long SubtypeCode,
  IEnumRule** Rules
);
[C++]
Parameters
ClassID [in]

ClassID is a parameter of type long SubtypeCode [in]
SubtypeCode is a parameter of type long 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