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


IOutputPageOptionsAdmin.CurrentIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IO > IOutputPageOptionsAdmin Interface > IOutputPageOptionsAdmin.CurrentIndex Property
ArcGIS Developer Help

IOutputPageOptionsAdmin.CurrentIndex Property

Index of the current page.

[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

IOutputPageOptionsAdmin Interface