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


IMdList.CurrentIndex Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdList.CurrentIndex Property

The current index.

[Visual Basic .NET]
Public Property CurrentIndex As Integer
[C#]
public int CurrentIndex {get; set;}
[C++]
HRESULT get_CurrentIndex(
  long* Index
);
[C++]
HRESULT put_CurrentIndex(
  long Index
);
[C++]

Parameters Index [out, retval] Index is a parameter of type long Index [in] Index is a parameter of type long

Product Availability

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

See Also

IMdList Interface