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