|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAlgoComposite
Provides access to members that control the composite algorithm.
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.
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 |
---|
void setAlgorithms(IEnumSchematicAlgorithm ppAlgorithms) throws IOException, AutomationException
ppAlgorithms
- A reference to a com.esri.arcgis.schematic.IEnumSchematicAlgorithm (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumSchematicAlgorithm getAlgorithms() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |