com.esri.arcgis.display
Interface IDynamicDrawing

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDynamicDrawingProxy

public interface IDynamicDrawing
extends java.io.Serializable

COM Interface 'IDynamicDrawing'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'IDynamicDrawing Interface' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9d207a58_12d6_47d6_93f8_a5b097c48ca1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void dynamicDraw(IDisplay display, IDynamicDisplay dynamicDisplay)
          method DynamicDraw
 boolean isDirty()
          property Get Dirty
 void setDirty(boolean dirty)
          property Get Dirty
 

Field Detail

IID9d207a58_12d6_47d6_93f8_a5b097c48ca1

static final int IID9d207a58_12d6_47d6_93f8_a5b097c48ca1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

dynamicDraw

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

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

isDirty

boolean isDirty()
                throws java.io.IOException,
                       AutomationException
property Get Dirty

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

setDirty

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

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