com.esri.arcgis.schematic
Interface ISchematicAlgoInitialPositions2

All Superinterfaces:
ISchematicAlgoInitialPositions, Serializable
All Known Implementing Classes:
SchematicAlgoInitialPositions

public interface ISchematicAlgoInitialPositions2
extends ISchematicAlgoInitialPositions, Serializable

Provides access to members that control the Initial Positions schematic algorithm.

Product Availability

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


Method Summary
 boolean isReinitializeElementPositions()
          Indicates if the element positions are reinitialized.
 boolean isReinitializeLabelPositions()
          Indicates if the label positions are reinitialized.
 void setReinitializeElementPositions(boolean pVal)
          Indicates if the element positions are reinitialized.
 void setReinitializeLabelPositions(boolean pVal)
          Indicates if the label positions are reinitialized.
 

Method Detail

isReinitializeElementPositions

boolean isReinitializeElementPositions()
                                       throws IOException,
                                              AutomationException
Indicates if the element positions are reinitialized.

Product Availability

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

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

setReinitializeElementPositions

void setReinitializeElementPositions(boolean pVal)
                                     throws IOException,
                                            AutomationException
Indicates if the element positions are reinitialized.

Product Availability

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

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

isReinitializeLabelPositions

boolean isReinitializeLabelPositions()
                                     throws IOException,
                                            AutomationException
Indicates if the label positions are reinitialized.

Product Availability

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

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

setReinitializeLabelPositions

void setReinitializeLabelPositions(boolean pVal)
                                   throws IOException,
                                          AutomationException
Indicates if the label positions are reinitialized.

Product Availability

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

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