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


IReferenceScaleOperation Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IR > IReferenceScaleOperation Interface
ArcGIS Developer Help

IReferenceScaleOperation Interface

Provides access to members that control the Reference Scale Operation.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property CanRedo Indicates if the operation can be redone.
Read-only property CanUndo Indicates if the operation can be undone.
Method Do Performs the operation.
Write-only property Map The map that the Reference Scale operates on.
Read-only property MenuString The menu string.
Write-only property Name The name of this operation.
Write-only property PreviousScale The previous Reference Scale.
Method Redo Redoes the operation.
Write-only property ReferenceScale The new Reference Scale.
Method Undo Undoes the operation.

Inherited Interfaces

Interfaces Description
IOperation Provides access to members that control Operations.

Classes that implement IReferenceScaleOperation

Classes Description
ReferenceScaleOperation Reference Scale Operation.