|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAlgorithmEventsTrigger
Provides access to members that manage the schematic algorithm event trigger.
Method Summary | |
---|---|
void |
fireAfterExecuteAlgorithm(ILayer layer,
ISchematicAlgorithm schematicAlgorithm)
Fires the event AfterExecuteAlgorithm. |
void |
fireBeforeExecuteAlgorithm(ILayer layer,
ISchematicAlgorithm schematicAlgorithm,
boolean[] canExecute)
Fires the event BeforeExecuteAlgorithm. |
Method Detail |
---|
void fireAfterExecuteAlgorithm(ILayer layer, ISchematicAlgorithm schematicAlgorithm) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)schematicAlgorithm
- A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void fireBeforeExecuteAlgorithm(ILayer layer, ISchematicAlgorithm schematicAlgorithm, boolean[] canExecute) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)schematicAlgorithm
- A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (in)canExecute
- The canExecute (in/out: use single element array)
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 |