public interface IUtilityNetworkAssignment
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network assignment.' 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 |
IIDf9ffa567_786b_4adc_a2ad_cf93fdfc02c0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getAttributeID()
Returns the attribute ID.
|
java.lang.String |
getNetworkSourceName()
Returns the network source name.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
IUtilityNetworkEvaluator |
getUtilityNetworkEvaluator()
Returns the utility network evaluator.
|
static final int IIDf9ffa567_786b_4adc_a2ad_cf93fdfc02c0
static final int xxDummy
static final java.lang.String IID
int getAttributeID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getNetworkSourceName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUtilityNetworkEvaluator getUtilityNetworkEvaluator() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSchemaGeneration() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.