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


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

IPlugInFileOperationsClass.CanDelete Method

True if this dataset can be deleted.

[Visual Basic .NET]
Public Function CanDelete ( _
    ByVal ClassIndex As Integer _
) As Boolean
[C#]
public bool CanDelete (
    int ClassIndex
);
[C++]
HRESULT CanDelete(
  long ClassIndex,
  VARIANT_BOOL* CanDelete
);
[C++]

Parameters ClassIndex [in] ClassIndex is a parameter of type long CanDelete [out, retval] CanDelete is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPlugInFileOperationsClass Interface