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


IARPageLayout.UndoExtent 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.UndoExtent Method
ArcGIS Developer Help

IARPageLayout.UndoExtent Method

Undo to the previous page layout extent in the stack.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Undo the ARPageLayout extent to the previous extent in the extent stack. Use the CanUndoExtent property to determine whether the extent can be undone. 

See Also

IARPageLayout Interface | IARPageLayout.CanRedoExtent Property | IARPageLayout.RedoExtent Method