This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdList Interface > IMdList.CurrentIndex Property (ArcObjects .NET 10.5 SDK) |
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