This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInFileOperationsClass Interface > IPlugInFileOperationsClass.CanCopy Method (ArcObjects .NET 10.5 SDK) |
True if this dataset can be copied.
[Visual Basic .NET] Public Function CanCopy ( _ ByVal ClassIndex As Integer _ ) As Boolean
[C#] public bool CanCopy ( int ClassIndex );
[C++]
HRESULT CanCopy(
long ClassIndex,
VARIANT_BOOL* CanCopy
);
[C++]
Parameters ClassIndex [in] ClassIndex is a parameter of type long CanCopy [out, retval] CanCopy is a parameter of type VARIANT_BOOL