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


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

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