public interface IUtilityNetworkRule
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network rule.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDcfdb1151_19f8_4fd3_91d6_c8971c51c426 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getID()
Returns the ID.
|
void |
getRuleInfo(int[] fromNetworkSourceID,
int[] fromAssetGroup,
int[] fromAssetType,
int[] fromTerminalID,
int[] toNetworkSourceID,
int[] toAssetGroup,
int[] toAssetType,
int[] toTerminalID,
int[] viaNetworkSourceID,
int[] viaAssetGroup,
int[] viaAssetType,
int[] viaTerminalID)
Returns the rule info.
|
int |
getType()
Returns the type.
|
static final int IIDcfdb1151_19f8_4fd3_91d6_c8971c51c426
static final int xxDummy
static final java.lang.String IID
int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getRuleInfo(int[] fromNetworkSourceID, int[] fromAssetGroup, int[] fromAssetType, int[] fromTerminalID, int[] toNetworkSourceID, int[] toAssetGroup, int[] toAssetType, int[] toTerminalID, int[] viaNetworkSourceID, int[] viaAssetGroup, int[] viaAssetType, int[] viaTerminalID) throws java.io.IOException, AutomationException
fromNetworkSourceID
- The fromNetworkSourceID (out: use single element array)fromAssetGroup
- The fromAssetGroup (out: use single element array)fromAssetType
- The fromAssetType (out: use single element array)fromTerminalID
- The fromTerminalID (out: use single element array)toNetworkSourceID
- The toNetworkSourceID (out: use single element array)toAssetGroup
- The toAssetGroup (out: use single element array)toAssetType
- The toAssetType (out: use single element array)toTerminalID
- The toTerminalID (out: use single element array)viaNetworkSourceID
- The viaNetworkSourceID (out: use single element array)viaAssetGroup
- The viaAssetGroup (out: use single element array)viaAssetType
- The viaAssetType (out: use single element array)viaTerminalID
- The viaTerminalID (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.