com.esri.arcgis.schematiccontrols
Interface ISchematicLayoutMgr

All Superinterfaces:
Serializable
All Known Implementing Classes:
EngineSchematicEnvironment, ISchematicLayoutMgrProxy

public interface ISchematicLayoutMgr
extends Serializable

Provides access to members that control the Schematic Layout Task dropdown list.


Method Summary
 ISchematicAlgorithm getCurrentLayout()
          Active schematic layout in the Layout Task dropdown list.
 void setCurrentLayoutByRef(ISchematicAlgorithm schematicAlgorithm)
          Active schematic layout in the Layout Task dropdown list.
 

Method Detail

getCurrentLayout

ISchematicAlgorithm getCurrentLayout()
                                     throws IOException,
                                            AutomationException
Active schematic layout in the Layout Task dropdown list.

Returns:
A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentLayoutByRef

void setCurrentLayoutByRef(ISchematicAlgorithm schematicAlgorithm)
                           throws IOException,
                                  AutomationException
Active schematic layout in the Layout Task dropdown list.

Parameters:
schematicAlgorithm - A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.