ArcObjects Library Reference (DataSourcesFile)  

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

Parameters

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

Product Availability

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

See Also

IArcInfoItem Interface