This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IO > IOutputPageOptionsAdmin Interface > IOutputPageOptionsAdmin.CurrentIndex Property (ArcObjects .NET 10.5 SDK) |
Index of the current page.
[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