com.esri.arcgis.display
Interface IOrientInteraction

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

public interface IOrientInteraction
extends java.io.Serializable

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

Description: 'Provides access to the parameters of the Orient 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 IID5fbc1277_93fc_4826_8b06_df9c7eca802d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getAngle()
          Current angle of orientation.
 int getMode()
          Orient Representation Tool Mode.
 void setAngle(double angle)
          Current angle of orientation.
 void setMode(int mode)
          Orient Representation Tool Mode.
 

Field Detail

IID5fbc1277_93fc_4826_8b06_df9c7eca802d

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

setAngle

void setAngle(double angle)
              throws java.io.IOException,
                     AutomationException
Current angle of orientation.

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

getAngle

double getAngle()
                throws java.io.IOException,
                       AutomationException
Current angle of orientation.

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

setMode

void setMode(int mode)
             throws java.io.IOException,
                    AutomationException
Orient Representation Tool Mode.

Parameters:
mode - A com.esri.arcgis.display.esriOrientMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMode

int getMode()
            throws java.io.IOException,
                   AutomationException
Orient Representation Tool Mode.

Returns:
A com.esri.arcgis.display.esriOrientMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.