This document is archived and information here might be outdated.  Recommended version.


IMoveMapsOperation.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMapUI)  

IMoveMapsOperation.Add Method

Information of the map to be moved.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pMap As IMap _
)
[C#]
public void Add (
    IMap pMap
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMoveMapsOperation Interface