com.esri.arcgis.geoprocessing
Interface IGPCellSizeXY

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPCellSizeXY

public interface IGPCellSizeXY
extends Serializable

Provides access to the properties/methods of a geoprocessing CellSizeXY object.

Product Availability

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


Method Summary
 double getX()
          The X.
 double getY()
          The Y.
 void setX(double x)
          The X.
 void setY(double y)
          The Y.
 

Method Detail

getX

double getX()
            throws IOException,
                   AutomationException
The X.

Product Availability

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

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

setX

void setX(double x)
          throws IOException,
                 AutomationException
The X.

Product Availability

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

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

getY

double getY()
            throws IOException,
                   AutomationException
The Y.

Product Availability

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

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

setY

void setY(double y)
          throws IOException,
                 AutomationException
The Y.

Product Availability

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

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