com.esri.arcgis.schematic
Interface ISchematicInitialPosition

All Superinterfaces:
IObject, IRow, IRowBuffer, Serializable
All Known Implementing Classes:
ISchematicInitialPositionProxy, SchematicNode

public interface ISchematicInitialPosition
extends IObject, Serializable

Provides access to members that control the initial position of nodes.

Product Availability

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


Method Summary
 double getInitialXPosition()
          Initial X position of the schematic node.
 double getInitialYPosition()
          Initial Y position of the schematic node.
 void setInitialXPosition(double x)
          Initial X position of the schematic node.
 void setInitialYPosition(double y)
          Initial Y position of the schematic node.
 
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

double getInitialXPosition()
                           throws IOException,
                                  AutomationException
Initial X position of the schematic node.

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.

setInitialXPosition

void setInitialXPosition(double x)
                         throws IOException,
                                AutomationException
Initial X position of the schematic node.

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.

getInitialYPosition

double getInitialYPosition()
                           throws IOException,
                                  AutomationException
Initial Y position of the schematic node.

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.

setInitialYPosition

void setInitialYPosition(double y)
                         throws IOException,
                                AutomationException
Initial Y position of the schematic node.

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.