public interface ISpatialDispatchLayout extends INetworkDiagramLayout, java.io.Serializable
Description: 'Provides access to members that control the Spatial Dispatch 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 |
IID83b10d3f_c93a_4c2b_913b_8ae1815a0298 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID991f111c_8569_470f_961d_361941d63ca9
Modifier and Type | Method and Description |
---|---|
double |
getMaximumShiftFactor()
Indicates the maximum value used to increase the diagram junctions' displacement for junctions that are very close together.
|
int |
getNumberOfIterations()
Indicates the number of Spatial Dispatch layout iterations executed before the final result is shown.
|
void |
setMaximumShiftFactor(double pVal)
Indicates the maximum value used to increase the diagram junctions' displacement for junctions that are very close together.
|
void |
setNumberOfIterations(int pVal)
Indicates the number of Spatial Dispatch layout iterations executed before the final result is shown.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
static final int IID83b10d3f_c93a_4c2b_913b_8ae1815a0298
static final int xxDummy
static final java.lang.String IID
int getNumberOfIterations() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNumberOfIterations(int 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.double getMaximumShiftFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumShiftFactor(double 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.