com.esri.arcgis.carto
Interface IInvalidArea3

All Superinterfaces:
IInvalidArea, IInvalidArea2, Serializable
All Known Implementing Classes:
InvalidArea

public interface IInvalidArea3
extends IInvalidArea2, Serializable

Provides access to members that control the accumulating and manipulating of invalid display areas.

Product Availability

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


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
 

Method Detail

invalidateEx

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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