Provides access to members for copying, deleting and renaming classes in a dataset helper.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
A plug-in dataset helper can implement IPlugInFileOperationsClass to support copy, rename and delete for feature classes within a feature dataset.
Members
Description | ||
---|---|---|
CanCopy | True if this dataset can be copied. | |
CanDelete | True if this dataset can be deleted. | |
CanRename | True if this dataset can be renamed. | |
Copy | Copies this dataset to a new dataset with the specified name. | |
Delete | Deletes this dataset. | |
Rename | Renames this dataset. |
Remarks
If your implementation does not support one of Copy, Rename or Delete, be sure to return E_NOTIMPL from the method, as the ArcGIS framework does not guarantee calling CanCopy, CanRename or CanDelete before these methods.