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


IPlugInWorkspaceHelper2.CanDeleteIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInWorkspaceHelper2 Interface > IPlugInWorkspaceHelper2.CanDeleteIndex Property
ArcGIS Developer Help

IPlugInWorkspaceHelper2.CanDeleteIndex Property

Indicates if datasets in this workspace allow indexes to be deleted.

[Visual Basic .NET]
Public ReadOnly Property CanDeleteIndex As Boolean
[C#]
public bool CanDeleteIndex {get;}
[C++]
HRESULT get_CanDeleteIndex(
  Boolean* CanDeleteIndex
);
[C++]
Parameters
CanDeleteIndex [out, retval]

CanDeleteIndex is a parameter of type bool*

Product Availability

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

See Also

IPlugInWorkspaceHelper2 Interface