public interface ITraceResultSet
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a trace result set.' 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 |
IID2a686253_bfe5_4cb0_bb09_b812b91b80bf |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSetID()
Returns the set ID.
|
IArray |
getTraceResultElements()
Returns the trace result elements.
|
IArray |
getTraceResultPaths()
Returns the trace result paths.
|
void |
setSetID(int setID)
Returns the set ID.
|
void |
setTraceResultElementsByRef(IArray traceResultElements)
Returns the trace result elements.
|
void |
setTraceResultPathsByRef(IArray traceResultPaths)
Returns the trace result paths.
|
static final int IID2a686253_bfe5_4cb0_bb09_b812b91b80bf
static final int xxDummy
static final java.lang.String IID
int getSetID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSetID(int setID)
throws java.io.IOException,
AutomationException
setID - The setID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IArray getTraceResultPaths() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setTraceResultPathsByRef(IArray traceResultPaths) throws java.io.IOException, AutomationException
traceResultPaths - A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IArray getTraceResultElements() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setTraceResultElementsByRef(IArray traceResultElements) throws java.io.IOException, AutomationException
traceResultElements - A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.