com.esri.arcgis.display
Interface IDynamicDrawing

All Superinterfaces:
Serializable
All Known Implementing Classes:
IDynamicDrawingProxy

public interface IDynamicDrawing
extends Serializable

IDynamicDrawing Interface

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void dynamicDraw(IDisplay display, IDynamicDisplay dynamicDisplay)
          method DynamicDraw
 boolean isDirty()
          property Get Dirty
 void setDirty(boolean dirty)
          property Get Dirty
 

Method Detail

dynamicDraw

void dynamicDraw(IDisplay display,
                 IDynamicDisplay dynamicDisplay)
                 throws IOException,
                        AutomationException
method DynamicDraw

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
dynamicDisplay - A reference to a com.esri.arcgis.display.IDynamicDisplay (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDirty

boolean isDirty()
                throws IOException,
                       AutomationException
property Get Dirty

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The dirty
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirty

void setDirty(boolean dirty)
              throws IOException,
                     AutomationException
property Get Dirty

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
dirty - The dirty (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.