com.esri.arcgis.arcmapui
Interface IReferenceScaleOperation

All Superinterfaces:
IOperation, Serializable
All Known Implementing Classes:
IReferenceScaleOperationProxy, ReferenceScaleOperation

public interface IReferenceScaleOperation
extends IOperation, Serializable

Provides access to members that control the Reference Scale Operation.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void setMap(IMap rhs1)
          The map that the Reference Scale operates on.
 void setName(String rhs1)
          The name of this operation.
 void setPreviousScale(double rhs1)
          The previous Reference Scale.
 void setReferenceScale(double rhs1)
          The new Reference Scale.
 
Methods inherited from interface com.esri.arcgis.systemUI.IOperation
esri_do, getMenuString, isCanRedo, isCanUndo, redo, undo
 

Method Detail

setName

void setName(String rhs1)
             throws IOException,
                    AutomationException
The name of this operation.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMap

void setMap(IMap rhs1)
            throws IOException,
                   AutomationException
The map that the Reference Scale operates on.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IMap (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPreviousScale

void setPreviousScale(double rhs1)
                      throws IOException,
                             AutomationException
The previous Reference Scale.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReferenceScale

void setReferenceScale(double rhs1)
                       throws IOException,
                              AutomationException
The new Reference Scale.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.