com.esri.arcgis.display
Interface IOffsetInteraction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IOffsetInteractionProxy

public interface IOffsetInteraction
extends java.io.Serializable

COM Interface 'IOffsetInteraction'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to the parameters of the Offset Representation Tool.' 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 IID0eb01873_1ca1_4a81_a9a1_91e1c2017856
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getMapOffset()
          Current offset expressed in map units.
 double getOffset()
          Current offset expressed in points.
 void setMapOffset(double mapOffset)
          Current offset expressed in map units.
 void setOffset(double offset)
          Current offset expressed in points.
 

Field Detail

IID0eb01873_1ca1_4a81_a9a1_91e1c2017856

static final int IID0eb01873_1ca1_4a81_a9a1_91e1c2017856
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

setOffset

void setOffset(double offset)
               throws java.io.IOException,
                      AutomationException
Current offset expressed in points.

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

getOffset

double getOffset()
                 throws java.io.IOException,
                        AutomationException
Current offset expressed in points.

Returns:
The offset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMapOffset

void setMapOffset(double mapOffset)
                  throws java.io.IOException,
                         AutomationException
Current offset expressed in map units.

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

getMapOffset

double getMapOffset()
                    throws java.io.IOException,
                           AutomationException
Current offset expressed in map units.

Returns:
The mapOffset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.