ArcObjects Library Reference (DataSourcesFile)  

IArcInfoItemEdit.IsIndexed Property

Indicates if the Item is Indexed.

[Visual Basic .NET]
Public WriteOnly Property IsIndexed_2
[C#]
public void IsIndexed_2 {set;}
[C++]
HRESULT put_IsIndexed(
  VARIANT_BOOL 
);
[C++]

Parameters

[in]    is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IArcInfoItemEdit Interface