IUtilityNetworkRule Interface

Provides access to members that specify the properties of a utility network rule.

Members

Name Description
Method GetRuleInfo Returns the rule info.
Read-only property ID Returns the ID.
Read-only property Type Returns the type.

IUtilityNetworkRule.GetRuleInfo Method

Returns the rule info.

Public Sub GetRuleInfo ( _
    ByRef fromNetworkSourceID As Integer, _
    ByRef fromAssetGroup As Integer, _
    ByRef fromAssetType As Integer, _
    ByRef FromTerminalID As Integer, _
    ByRef toNetworkSourceID As Integer, _
    ByRef toAssetGroup As Integer, _
    ByRef toAssetType As Integer, _
    ByRef ToTerminalID As Integer, _
    ByRef viaNetworkSourceID As Integer, _
    ByRef viaAssetGroup As Integer, _
    ByRef viaAssetType As Integer, _
    ByRef viaTerminalID As Integer _
)
public void GetRuleInfo (
    ref int fromNetworkSourceID,
    ref int fromAssetGroup,
    ref int fromAssetType,
    ref int FromTerminalID,
    ref int toNetworkSourceID,
    ref int toAssetGroup,
    ref int toAssetType,
    ref int ToTerminalID,
    ref int viaNetworkSourceID,
    ref int viaAssetGroup,
    ref int viaAssetType,
    ref int viaTerminalID
);

IUtilityNetworkRule.ID Property

Returns the ID.

Public ReadOnly Property ID As Integer
public int ID {get;}

IUtilityNetworkRule.Type Property

Returns the type.

Public ReadOnly Property Type As esriUtilityNetworkRuleType
public esriUtilityNetworkRuleType Type {get;}

Classes that implement IUtilityNetworkRule

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.