This document is archived and information here might be outdated. Recommended version. |
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*