This document is archived and information here might be outdated.  Recommended version.


IPlugInFileOperationsClass.CanCopy Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IPlugInFileOperationsClass.CanCopy Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPlugInFileOperationsClass Interface