ArcObjects Library Reference (CatalogUI)  

IDataAdder.AddDatasetToCurrentApplication Method

Adds a dataset to the current running application.

[Visual Basic .NET]
Public Sub AddDatasetToCurrentApplication ( _
    ByVal datasetName As IName _
)
[C#]
public void AddDatasetToCurrentApplication (
    IName datasetName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IDataAdder Interface