com.esri.arcgis.carto
Interface IInvalidArea2

All Superinterfaces:
IInvalidArea, Serializable
All Known Subinterfaces:
IInvalidArea3
All Known Implementing Classes:
InvalidArea

public interface IInvalidArea2
extends IInvalidArea, Serializable

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

Superseded By

IInvalidArea3

Product Availability

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


Method Summary
 void addFeature(IFeature feature, ISymbol symbol)
          Invalidates the area occupied by the feature, using the symbolol specified.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IInvalidArea
add, getDisplay, invalidate, setDisplayByRef
 

Method Detail

addFeature

void addFeature(IFeature feature,
                ISymbol symbol)
                throws IOException,
                       AutomationException
Invalidates the area occupied by the feature, using the symbolol specified.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.