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


IArcInfoItem.IsIndexed Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoItem Interface > IArcInfoItem.IsIndexed Property
ArcGIS Developer Help

IArcInfoItem.IsIndexed Property

Indicates if the Item is Indexed.

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

IsIndexed is a parameter of type bool*

Product Availability

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

See Also

IArcInfoItem Interface