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


IMoveLayersOperation.SetDestinationInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IM > IMoveLayersOperation Interface > IMoveLayersOperation.SetDestinationInfo Method
ArcGIS Developer Help

IMoveLayersOperation.SetDestinationInfo Method

Information regarding where the the layer needs to be moved. Destination group is NULL if the layer is bing moved to into a map.

[Visual Basic .NET]
Public Sub SetDestinationInfo ( _
    ByVal toIndex As Integer, _
    ByVal pDestinationMap As IMap, _
    ByVal pDestinationGroup As IGroupLayer _
)
[C#]
public void SetDestinationInfo (
    int toIndex,
    IMap pDestinationMap,
    IGroupLayer pDestinationGroup
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMoveLayersOperation Interface