|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public double getInitialXPosition()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInitialXPosition(double x)
throws java.io.IOException,
AutomationException
x - The x (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getInitialYPosition()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInitialYPosition(double y)
throws java.io.IOException,
AutomationException
y - The y (in)
java.io.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 | |||||||||