com.esri.arcgis.schematic
Class ISchematicDatasetEventsAfterDrawLayerEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.schematic.ISchematicDatasetEventsAfterDrawLayerEvent
- All Implemented Interfaces:
- Serializable
public class ISchematicDatasetEventsAfterDrawLayerEvent
- extends EventObject
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
- Serialized Form
ISchematicDatasetEventsAfterDrawLayerEvent
public ISchematicDatasetEventsAfterDrawLayerEvent(Object source)
init
public void init(IDisplay display,
int drawPhase,
ISchematicLayer schematicLayer)
getDisplay
public final IDisplay getDisplay()
getDrawPhase
public final int getDrawPhase()
getSchematicLayer
public final ISchematicLayer getSchematicLayer()