Provides access to members that specify the properties of a utility network rule.
Members
Name | Description | |
---|---|---|
GetRuleInfo | Returns the rule info. | |
ID | Returns the ID. | |
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 |
---|