public interface ICircuitTraceConfiguration
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a circuit trace configuration.' 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 |
IIDcf1972ef_f20e_40a2_875c_9f4f3aa725b6 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCircuitName()
Returns the circuit name.
|
void |
setCircuitName(java.lang.String circuitName)
Returns the circuit name.
|
static final int IIDcf1972ef_f20e_40a2_875c_9f4f3aa725b6
static final int xxDummy
static final java.lang.String IID
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.void setCircuitName(java.lang.String circuitName)
throws java.io.IOException,
AutomationException
circuitName - The circuitName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.