public interface IExcludedEventIDs
extends java.io.Serializable
Description: 'Provides access to Tracking Connection EventIDs to be permanently purged from cache and ignored in future.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID2eb7644e_63dd_4a25_9ef9_b794ec6bf691 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IStringArray |
getExcludedTrackingEventIDs()
String array of EventIDs to be permanently purged and ignored.
|
void |
setExcludedTrackingEventIDs(IStringArray pVal)
String array of EventIDs to be permanently purged and ignored.
|
static final int IID2eb7644e_63dd_4a25_9ef9_b794ec6bf691
static final int xxDummy
static final java.lang.String IID
IStringArray getExcludedTrackingEventIDs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExcludedTrackingEventIDs(IStringArray pVal) throws java.io.IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.