public interface IAngleDirectedLayout extends INetworkDiagramLayout, java.io.Serializable
Description: 'Provides access to members that control the Angle Directed 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 |
IIDf9354555_67fb_41df_94e0_0dbda0e677af |
static int |
xxDummy
Deprecated.
Internal use only
|
IID991f111c_8569_470f_961d_361941d63ca9
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfDirections()
Indicates the number of directions the Angle Directed layout must work with.
|
int |
getNumberOfIterations()
Indicates the number of Angle Directed layout iterations executed before the final result is shown.
|
void |
setNumberOfDirections(int pVal)
Indicates the number of directions the Angle Directed layout must work with.
|
void |
setNumberOfIterations(int pVal)
Indicates the number of Angle Directed layout iterations executed before the final result is shown.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
static final int IIDf9354555_67fb_41df_94e0_0dbda0e677af
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.int getNumberOfDirections() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNumberOfDirections(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.esriLayoutNumberOfDirection constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.