| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMapFrameDescription
Provides access to the available properties of a map frame description object.
The ExportLayout method on IMapServerLayout includes an input parameter for the layout page description (PageDescription). The page description consists of a collection of MapFrameDescription objects. These objects provide access to the MapDescription and PageLocation of a particular map frame.
Use IMapFrameDescription when exporting an existing map layout using ExportLayout on IMapServerLayout.
| Method Summary | |
|---|---|
 IMapDescription | 
getMapDescription()
The map description for the map contained in the frame.  | 
 IEnvelope | 
getPageLocation()
The extent of the map frame on the page.  | 
 void | 
setMapDescriptionByRef(IMapDescription mapDesc)
The map description for the map contained in the frame.  | 
| Method Detail | 
|---|
IEnvelope getPageLocation()
                          throws IOException,
                                 AutomationException
Use PageLocation when exporting an existing map layout using ExportLayout on IMapServerLayout.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMapDescription getMapDescription()
                                  throws IOException,
                                         AutomationException
Use MapDescription when exporting an existing map layout using ExportLayout on IMapServerLayout.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMapDescriptionByRef(IMapDescription mapDesc)
                            throws IOException,
                                   AutomationException
mapDesc - A reference to a com.esri.arcgis.carto.IMapDescription  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||