public interface INetworkDiagramLayout
extends java.io.Serializable
Description: 'Provides access to members that control the network diagram layout.' 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 |
IID991f111c_8569_470f_961d_361941d63ca9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The name of the network diagram layout.
|
IPropertySet |
getPropertySet()
The network diagram layout parameters returned as a property set
|
boolean |
isActive()
Indicates whether the network diagram layout is active.
|
boolean |
isPreserveContainers()
Indicates whether the network diagram layout must preserve the containers.
|
void |
setIsActive(boolean pVal)
Indicates whether the network diagram layout is active.
|
void |
setPreserveContainers(boolean pVal)
Indicates whether the network diagram layout must preserve the containers.
|
static final int IID991f111c_8569_470f_961d_361941d63ca9
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.IPropertySet getPropertySet() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isPreserveContainers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPreserveContainers(boolean pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isActive() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsActive(boolean pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.