com.esri.arcgis.schematic
Interface ISchematicAlgoComposite

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

public interface ISchematicAlgoComposite
extends ISchematicAlgorithm, Serializable

Provides access to members that control the composite algorithm.

Description

The Composite algorithm allows you to configure a set of schematic layout algorithms that will be chained one after another in the order you will specify when setting its Algorithms property.

Product Availability

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


Method Summary
 IEnumSchematicAlgorithm getAlgorithms()
          Layout Algorithms contained in the composite algorithm.
 void setAlgorithms(IEnumSchematicAlgorithm ppAlgorithms)
          Layout Algorithms contained in the composite algorithm.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
execute, getAlgorithmCLSID, getLabel, getPropertySet, getSchematicDiagramClassName, isAvailable, isEnabled, isOverridable, isUseEndNode, isUseRootNode, setAvailable, setLabel, setOverridable, setPropertySet, setSchematicDiagramClassNameByRef
 

Method Detail

setAlgorithms

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

Product Availability

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

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

getAlgorithms

IEnumSchematicAlgorithm 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.IEnumSchematicAlgorithm
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.