public interface ISubcircuit
extends java.io.Serializable
Description: 'Provides access to a subcircuit.' 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 |
IIDfd6edbd7_eefb_4152_b348_f4304548dd3d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCircuitName()
Returns the circuit name.
|
java.lang.String |
getConsumerName()
Returns the consumer circuit name.
|
java.lang.String |
getName()
Returns the name.
|
void |
setReserved(boolean reserve)
Sets Reserved.
|
static final int IIDfd6edbd7_eefb_4152_b348_f4304548dd3d
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCircuitName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getConsumerName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setReserved(boolean reserve) throws java.io.IOException, AutomationException
reserve
- The reserve (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.