com.esri.arcgis.carto
Interface IInvalidArea3
- All Superinterfaces:
- IInvalidArea, IInvalidArea2, java.io.Serializable
- All Known Implementing Classes:
- IInvalidArea3Proxy, InvalidArea
public interface IInvalidArea3
- extends IInvalidArea2, java.io.Serializable
COM Interface 'IInvalidArea3'. 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 |
invalidateEx(short screenCache,
double symSizePoints)
Invalidates the display and considers a symbol's size in points. |
IID34ddb0ec_4d41_4747_9507_d32abe9feee8
static final int IID34ddb0ec_4d41_4747_9507_d32abe9feee8
- 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
invalidateEx
void invalidateEx(short screenCache,
double symSizePoints)
throws java.io.IOException,
AutomationException
- Invalidates the display and considers a symbol's size in points.
- Parameters:
screenCache
- The screenCache (in)symSizePoints
- The symSizePoints (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.