ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* CanDeleteIndex
);
[C++]

Parameters

CanDeleteIndex [out, retval]   CanDeleteIndex is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPlugInWorkspaceHelper2 Interface