com.esri.arcgis.carto
Interface IInvalidArea2

All Superinterfaces:
IInvalidArea, java.io.Serializable
All Known Subinterfaces:
IInvalidArea3
All Known Implementing Classes:
IInvalidArea2Proxy, IInvalidArea3Proxy, InvalidArea

public interface IInvalidArea2
extends IInvalidArea, java.io.Serializable

COM Interface 'IInvalidArea2'. 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 IIDfcd50e05_696b_49a5_8872_2f43453fcd2f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IInvalidArea
IIDa802ba73_d947_11d1_8484_0000f875b9c6
 
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
 

Field Detail

IIDfcd50e05_696b_49a5_8872_2f43453fcd2f

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

addFeature

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

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