public interface IUtilityNetworkCore
extends java.io.Serializable
Description: 'Provides access to members that specify the core properties of a utility network.' 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 |
IID287c3682_e850_4bee_8ea2_763291195773 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ITable |
getRulesTable()
Returns the rules table.
|
ITable |
getSubnetworksTable()
Returns the subnetworks table.
|
static final int IID287c3682_e850_4bee_8ea2_763291195773
static final int xxDummy
static final java.lang.String IID
ITable getSubnetworksTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITable getRulesTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.