public interface IPathTraceConfiguration
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a path trace configuration.' 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 |
IIDab0226a7_85c5_47ad_b72c_c6880771f864 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxHops()
Returns the maximum number of hops.
|
int |
getMaxPaths()
Returns the maximum number of paths.
|
void |
setMaxHops(int maxHops)
Returns the maximum number of hops.
|
void |
setMaxPaths(int maxPaths)
Returns the maximum number of paths.
|
static final int IIDab0226a7_85c5_47ad_b72c_c6880771f864
static final int xxDummy
static final java.lang.String IID
int getMaxPaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxPaths(int maxPaths) throws java.io.IOException, AutomationException
maxPaths
- The maxPaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxHops() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxHops(int maxHops) throws java.io.IOException, AutomationException
maxHops
- The maxHops (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.