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.CanDelete Method (ArcObjects .NET 10.5 SDK) |
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