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


IPlugInFileOperations.Copy Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IPlugInFileOperations.Copy Method

Copies this dataset to a new dataset with the specified name.

[Visual Basic .NET]
Public Sub Copy ( _
    ByVal copyName As String, _
    ByVal copyWorkspace As IWorkspace _
)
[C#]
public void Copy (
    string copyName,
    IWorkspace copyWorkspace
);
[C++]
HRESULT Copy(
  BSTR copyName,
  IWorkspace* copyWorkspace
);
[C++]

Parameters copyName [in] copyName is a parameter of type BSTR copyWorkspace [in]
copyWorkspace is a parameter of type IWorkspace

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPlugInFileOperations Interface