public interface IUNTraceLocation
extends java.io.Serializable
Description: 'Provides access to utility network trace location.' 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 |
IID72e63cd5_6eef_4c1f_a46c_fadbabff7318 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IArray |
getTraceLocations()
Returns trace locations
|
void |
setTraceLocationsByRef(IArray traceLocations)
Returns trace locations
|
static final int IID72e63cd5_6eef_4c1f_a46c_fadbabff7318
static final int xxDummy
static final java.lang.String IID
IArray getTraceLocations() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTraceLocationsByRef(IArray traceLocations) throws java.io.IOException, AutomationException
traceLocations
- 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.