| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IOffsetInteraction
Provides access to the parameters of the Offset Representation Tool.
| 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. | 
| Method Detail | 
|---|
void setOffset(double offset)
               throws IOException,
                      AutomationException
offset - The offset  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getOffset()
                 throws IOException,
                        AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMapOffset(double mapOffset)
                  throws IOException,
                         AutomationException
mapOffset - The mapOffset  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMapOffset()
                    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 | ||||||||