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


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

IGPArcInfoItem.IsIndexed Property

Indicates if the info item has an index.

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

IsIndexed is a parameter of type bool* IsIndexed [in]
IsIndexed is a parameter of type bool

Product Availability

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

See Also

IGPArcInfoItem Interface