public interface esriLayoutMarkCrossingPosition
extends java.io.Serializable
Description: 'Position of the circular arc that will be placed at each location where diagram edges cross each other at right angles.' 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 int |
esriLayoutMarkCrossingAbove
The circular arc will be placed above the horizontal segment.
|
static int |
esriLayoutMarkCrossingBelow
The circular arc will be placed below the horizontal segment.
|
static int |
esriLayoutMarkCrossingLeft
The circular arc will be placed to the left of the vertical segment.
|
static int |
esriLayoutMarkCrossingRight
The circular arc will be placed to the right of the vertical segment.
|
static final int esriLayoutMarkCrossingLeft
static final int esriLayoutMarkCrossingRight
static final int esriLayoutMarkCrossingAbove
static final int esriLayoutMarkCrossingBelow