com.esri.arcgis.arcmapui
Interface IReferenceScaleOperation

All Superinterfaces:
IOperation, java.io.Serializable
All Known Implementing Classes:
IReferenceScaleOperationProxy, ReferenceScaleOperation

public interface IReferenceScaleOperation
extends IOperation, java.io.Serializable

COM Interface 'IReferenceScaleOperation'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the Reference Scale Operation.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID65749419_48da_11d2_ae28_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.systemUI.IOperation
IID80a807ab_7bb9_11d0_87ec_080009ec732a
 
Method Summary
 void setMap(IMap rhs1)
          The map that the Reference Scale operates on.
 void setName(java.lang.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
 

Field Detail

IID65749419_48da_11d2_ae28_080009ec732a

static final int IID65749419_48da_11d2_ae28_080009ec732a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setName

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

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

setMap

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

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

setPreviousScale

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

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

setReferenceScale

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

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