com.esri.arcgis.schematic
Interface ISchematicAlgoComposite

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicAlgoCompositeProxy, SchematicAlgoComposite

public interface ISchematicAlgoComposite
extends Serializable

Provides access to members that control the Composite schematic algorithm.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 ISchematicAlgorithms getAlgorithms()
          Layout Algorithms contained in the composite algorithm.
 void setAlgorithms(ISchematicAlgorithms algos)
          Layout Algorithms contained in the composite algorithm.
 

Method Detail

setAlgorithms

void setAlgorithms(ISchematicAlgorithms algos)
                   throws IOException,
                          AutomationException
Layout Algorithms contained in the composite algorithm.

Product Availability

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

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

getAlgorithms

ISchematicAlgorithms getAlgorithms()
                                   throws IOException,
                                          AutomationException
Layout Algorithms contained in the composite algorithm.

Product Availability

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

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