|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPCellSizeXY
Provides access to the properties/methods of a geoprocessing CellSizeXY object.
| Method Summary | |
|---|---|
double |
getX()
The X. |
double |
getY()
The Y. |
void |
setX(double x)
The X. |
void |
setY(double y)
The Y. |
| Method Detail |
|---|
double getX()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setX(double x)
throws IOException,
AutomationException
x - The x (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getY()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setY(double y)
throws IOException,
AutomationException
y - The y (in)
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 | ||||||||