com.esri.arcgis.arcmapui
Interface IChangeLayout

All Superinterfaces:
Serializable
All Known Implementing Classes:
IChangeLayoutProxy, MxDocument

public interface IChangeLayout
extends Serializable

Provides access to members that control changing the document's layout.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean changeLayout()
          Indicates if the wizard used to select a new layout is shown.
 

Method Detail

changeLayout

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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