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


IMdList.CurrentIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdList Interface > IMdList.CurrentIndex Property
ArcGIS Developer Help

IMdList.CurrentIndex Property

The current index.

[Visual Basic .NET]
Public Property CurrentIndex As Integer
[C#]
public int CurrentIndex {get; set;}
[C++]
HRESULT get_CurrentIndex(
  System.Int32* 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