com.esri.arcgis.carto
Interface IInvalidArea3

All Superinterfaces:
IInvalidArea, IInvalidArea2, java.io.Serializable
All Known Implementing Classes:
IInvalidArea3Proxy, InvalidArea

public interface IInvalidArea3
extends IInvalidArea2, java.io.Serializable

COM Interface 'IInvalidArea3'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the accumulating and manipulating of invalid display areas.' 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 IID34ddb0ec_4d41_4747_9507_d32abe9feee8
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IInvalidArea2
IIDfcd50e05_696b_49a5_8872_2f43453fcd2f
 
Fields inherited from interface com.esri.arcgis.geodatabase.IInvalidArea
IIDa802ba73_d947_11d1_8484_0000f875b9c6
 
Method Summary
 void invalidateEx(short screenCache, double symSizePoints)
          Invalidates the display and considers a symbol's size in points.
 
Methods inherited from interface com.esri.arcgis.carto.IInvalidArea2
addFeature
 
Methods inherited from interface com.esri.arcgis.geodatabase.IInvalidArea
add, getDisplay, invalidate, setDisplayByRef
 

Field Detail

IID34ddb0ec_4d41_4747_9507_d32abe9feee8

static final int IID34ddb0ec_4d41_4747_9507_d32abe9feee8
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

invalidateEx

void invalidateEx(short screenCache,
                  double symSizePoints)
                  throws java.io.IOException,
                         AutomationException
Invalidates the display and considers a symbol's size in points.

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