public interface IMarkCrossingEdgesLayout extends INetworkDiagramLayout, java.io.Serializable
Description: 'Provides access to members that control the Mark Crossing 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 |
IID50c64f9a_7708_4af3_8660_f5d5a1a40e62 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID991f111c_8569_470f_961d_361941d63ca9
Modifier and Type | Method and Description |
---|---|
double |
getCircularArcRadius()
Indicates the radius of the circular arc that is added at the locations where diagram edges cross each other at right angles.
|
int |
getMarkCrossingPosition()
Indicates the segment on which the circular arc are placed.
|
void |
setCircularArcRadius(double pVal)
Indicates the radius of the circular arc that is added at the locations where diagram edges cross each other at right angles.
|
void |
setMarkCrossingPosition(int pVal)
Indicates the segment on which the circular arc are placed.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
static final int IID50c64f9a_7708_4af3_8660_f5d5a1a40e62
static final int xxDummy
static final java.lang.String IID
double getCircularArcRadius() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCircularArcRadius(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.int getMarkCrossingPosition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMarkCrossingPosition(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.esriLayoutMarkCrossingPosition constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.