com.esri.arcgis.schematic
Class ISchematicAlgorithmEventsBeforeExecuteAlgorithmEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.schematic.ISchematicAlgorithmEventsBeforeExecuteAlgorithmEvent
- All Implemented Interfaces:
- Serializable
public class ISchematicAlgorithmEventsBeforeExecuteAlgorithmEvent
- extends EventObject
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
- Serialized Form
ISchematicAlgorithmEventsBeforeExecuteAlgorithmEvent
public ISchematicAlgorithmEventsBeforeExecuteAlgorithmEvent(Object source)
init
public void init(ILayer layer,
ISchematicAlgorithm schematicAlgorithm,
boolean[] canExecute)
getLayer
public final ILayer getLayer()
getSchematicAlgorithm
public final ISchematicAlgorithm getSchematicAlgorithm()
getCanExecute
public final boolean getCanExecute()
setCanExecute
public final void setCanExecute(boolean canExecute)