|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMoveInteraction
Provides access to the parameters of the Move Representation Tool.
IMoveInteraction interface is implemented when you use Move tool on the Representations toolbar.
| Method Summary | |
|---|---|
double |
getMapOffsetX()
Current horizontal offset expressed in map units. |
double |
getMapOffsetY()
Current vertical offset expressed in map units. |
double |
getOffsetX()
Current horizontal offset expressed in points. |
double |
getOffsetY()
Current vertical offset expressed in points. |
void |
setMapOffsetX(double mapOffset)
Current horizontal offset expressed in map units. |
void |
setMapOffsetY(double mapOffset)
Current vertical offset expressed in map units. |
void |
setOffsetX(double offset)
Current horizontal offset expressed in points. |
void |
setOffsetY(double mapOffset)
Current vertical offset expressed in points. |
| Method Detail |
|---|
void setOffsetX(double offset)
throws IOException,
AutomationException
offset - The offset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getOffsetX()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOffsetY(double mapOffset)
throws IOException,
AutomationException
mapOffset - The mapOffset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getOffsetY()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMapOffsetX(double mapOffset)
throws IOException,
AutomationException
mapOffset - The mapOffset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMapOffsetX()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMapOffsetY(double mapOffset)
throws IOException,
AutomationException
mapOffset - The mapOffset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMapOffsetY()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||