|
|||||||||
| 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.
This interface is new at ArcGIS 9.3.
| 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 | ||||||||