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


IPlugInWorkspaceHelper2.CanAddIndex Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IPlugInWorkspaceHelper2.CanAddIndex Property

Indicates if datasets in this workspace allow indexes to built.

[Visual Basic .NET]
Public ReadOnly Property CanAddIndex As Boolean
[C#]
public bool CanAddIndex {get;}
[C++]
HRESULT get_CanAddIndex(
  VARIANT_BOOL* CanAddIndex
);
[C++]

Parameters CanAddIndex [out, retval] CanAddIndex is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPlugInWorkspaceHelper2 Interface