com.esri.arcgis.display
Interface IOrientInteraction

All Superinterfaces:
Serializable
All Known Implementing Classes:
IOrientInteractionProxy

public interface IOrientInteraction
extends Serializable

Provides access to the parameters of the Orient Representation Tool.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

setAngle

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getAngle

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setMode

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getMode

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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