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 =
Method Summary |
void |
addFeature(IFeature feature,
ISymbol symbol)
Invalidates the area occupied by the feature, using the symbolol specified. |
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
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.