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


IDataAdder.AddDataToCurrentApplication Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > ID > IDataAdder Interface > IDataAdder.AddDataToCurrentApplication Method
ArcGIS Developer Help

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