ArcObjects Library Reference (CatalogUI)  

IDataAdder.AddDataToCurrentApplication Method

Adds data to the current running application.

[Visual Basic .NET]
Public Sub AddDataToCurrentApplication ( _
    ByVal Datasets As IEnumGxObject _
)
[C#]
public void AddDataToCurrentApplication (
    IEnumGxObject Datasets
);

Product Availability

Available with ArcGIS Desktop.

See Also

IDataAdder Interface