ArcObjects Library Reference (GeoDatabase)  

IPlugInFileOperationsClass.Copy Method

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

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

Parameters

ClassIndex [in]   ClassIndex is a parameter of type long 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

IPlugInFileOperationsClass Interface