public interface IRelativePathSupport
extends java.io.Serializable
Description: 'Provides access to member that enable access via relative paths.' 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 |
IID20090409_297a_4af0_8a04_8839ffc00845 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBasePath()
The base path against which path relativity is built.
|
void |
setBasePath(java.lang.String pbsBasePath)
The base path against which path relativity is built.
|
static final int IID20090409_297a_4af0_8a04_8839ffc00845
static final int xxDummy
static final java.lang.String IID
java.lang.String getBasePath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBasePath(java.lang.String pbsBasePath) throws java.io.IOException, AutomationException
pbsBasePath
- The pbsBasePath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.