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


IARPageLayout.RedoExtent Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARPageLayout Interface > IARPageLayout.RedoExtent Method
ArcGIS Developer Help

IARPageLayout.RedoExtent Method

Redo the next page layout extent in the stack.

[Visual Basic .NET]
Public Sub RedoExtent ( _
)
[C#]
public void RedoExtent (
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Redo the ARPageLayout extent to the next extent in the extent stack. Use the CanRedoExtent property to determine whether the extent can be redone. 

See Also

IARPageLayout Interface | IARPageLayout.CanRedoExtent Property | IARPageLayout.UndoExtent Method