Click here to view all files
 
Moves the MapItem to another IMapItemParent container at a specified index.

Namespace:  ESRI.ArcGISExplorer.Mapping
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public void MoveTo(
	IMapItemParent newParent,
	int index
)
Visual Basic (Declaration)
Public Sub MoveTo ( _
	newParent As IMapItemParent, _
	index As Integer _
)

Parameters

newParent
Type: ESRI.ArcGISExplorer.Mapping..::.IMapItemParent
The destination where the MapItem will be moved.
index
Type: System..::.Int32
The index at which the MapItem will be stored in the destination IMapItemParent.ChildItems collection.

See Also

Relate Topics:
  MoveTo Method (IMapItemParent)
Created by Atop CHM to web converter,© 2009 all right reserved.