com.esri.arcgis.arcmapui
Interface IChangeLayout

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IChangeLayoutProxy, MxDocument

public interface IChangeLayout
extends java.io.Serializable

COM Interface 'IChangeLayout'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control changing the document's 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1a8d7ead_df05_11d3_9309_00600802e603
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean changeLayout()
          Indicates if the wizard used to select a new layout is shown.
 

Field Detail

IID1a8d7ead_df05_11d3_9309_00600802e603

static final int IID1a8d7ead_df05_11d3_9309_00600802e603
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

changeLayout

boolean changeLayout()
                     throws java.io.IOException,
                            AutomationException
Indicates if the wizard used to select a new layout is shown.

Returns:
The changed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.