com.esri.arcgis.catalog
Interface IGxMapPageLayout
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- GxMap
public interface IGxMapPageLayout
- extends Serializable
Provides access to members that returns the page layer for a map document.
Product Availability
Available with ArcGIS Desktop.
getPageLayout
IPageLayout getPageLayout()
throws IOException,
AutomationException
- The page layout object in the map document.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Returns:
- A reference to a com.esri.arcgis.carto.IPageLayout
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.