com.esri.arcgis.arcmapui
Interface IMoveMapsOperation

All Superinterfaces:
Serializable
All Known Implementing Classes:
MoveMapsOperation

public interface IMoveMapsOperation
extends Serializable

Provides access to members that control the Move maps operation.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void add(IMap pMap)
          Information of the map to be moved.
 void setNewIndex(int rhs1)
          Information regarding where the the layer needs to be moved.
 

Method Detail

add

void add(IMap pMap)
         throws IOException,
                AutomationException
Information of the map to be moved.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pMap - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNewIndex

void setNewIndex(int rhs1)
                 throws IOException,
                        AutomationException
Information regarding where the the layer needs to be moved. Destination group is NULL if the layer is bing moved to into a map.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.