com.esri.arcgis.schematic
Interface ISchematicDrawing

All Superinterfaces:
IObject, IRow, IRowBuffer, java.io.Serializable
All Known Implementing Classes:
ISchematicDrawingProxy, SchematicDrawing, SchematicNode

public interface ISchematicDrawing
extends IObject, java.io.Serializable

Provides access to members that control the schematic drawing.


Method Summary
 double getInitialXPosition()
          Initial X position of the schematic drawing.
 double getInitialYPosition()
          Initial Y position of the schematic drawing.
 void setInitialXPosition(double x)
          Initial X position of the schematic drawing.
 void setInitialYPosition(double y)
          Initial Y position of the schematic drawing.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IObject
esri_getClass
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRow
delete, getOID, getTable, isHasOID, store
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer
getFields, getValue, setValue
 

Method Detail

getInitialXPosition

public double getInitialXPosition()
                           throws java.io.IOException,
                                  AutomationException
Initial X position of the schematic drawing.

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

setInitialXPosition

public void setInitialXPosition(double x)
                         throws java.io.IOException,
                                AutomationException
Initial X position of the schematic drawing.

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

getInitialYPosition

public double getInitialYPosition()
                           throws java.io.IOException,
                                  AutomationException
Initial Y position of the schematic drawing.

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

setInitialYPosition

public void setInitialYPosition(double y)
                         throws java.io.IOException,
                                AutomationException
Initial Y position of the schematic drawing.

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