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.
Supported Platforms
Windows, Solaris, Linux
|
Method Summary |
void |
invalidateEx(short screenCache,
double symSizePoints)
Invalidates the display and considers a symbol's size in points. |
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.