public interface IGridLayout extends INetworkDiagramLayout, java.io.Serializable
Description: 'Provides access to members that control the Grid 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 |
IIDc0d5c96e_3fc1_4cb8_bd6e_bab7da1d4730 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID991f111c_8569_470f_961d_361941d63ca9
Modifier and Type | Method and Description |
---|---|
double |
getCellHeight()
Indicates the height of each grid cell in the diagram coordinate system.
|
double |
getCellWidth()
Indicates the width of each grid cell in the diagram coordinate system.
|
void |
setCellHeight(double pVal)
Indicates the height of each grid cell in the diagram coordinate system.
|
void |
setCellWidth(double pVal)
Indicates the width of each grid cell in the diagram coordinate system.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
static final int IIDc0d5c96e_3fc1_4cb8_bd6e_bab7da1d4730
static final int xxDummy
static final java.lang.String IID
double getCellWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCellWidth(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.double getCellHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCellHeight(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.