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


IAddLayersOperation.SetDestinationInfo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMapUI)  

IAddLayersOperation.SetDestinationInfo Method

Information regarding where the the layer needs to be added. pDestination can be a Map or a GroupLayer.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IAddLayersOperation Interface