This document is archived and information here might be outdated. Recommended version. |
Copies this Feature Class to another coverage using the specified name.
[Visual Basic .NET] Public Function Copy ( _ ByVal copyName As String, _ ByVal copyFeatureDataset As IFeatureDataset _ ) As IFeatureClass
[C#] public IFeatureClass Copy ( string copyName, IFeatureDataset copyFeatureDataset );
[C++]
HRESULT Copy(
BSTR copyName,
IFeatureDataset* copyFeatureDataset
);
[C++] Parameters copyName [in]
copyName is a parameter of type BSTR copyFeatureDataset [in]
copyFeatureDataset is a parameter of type IFeatureDataset*