public interface IProtectNameCarto
extends java.io.Serializable
Description: 'Provides access to dummy methods protecting name correctness.' 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 |
IID9c43d8c6_db4c_44d7_8038_15de4ef965a6 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
altitude()
altitude
|
void |
dpi()
dpi
|
void |
protectOLE_COLOR(int aColor)
protectOLE_COLOR
|
void |
protectOLE_HANDLE(int aHandle)
protectOLE_HANDLE
|
static final int IID9c43d8c6_db4c_44d7_8038_15de4ef965a6
static final int xxDummy
static final java.lang.String IID
void protectOLE_HANDLE(int aHandle) throws java.io.IOException, AutomationException
aHandle
- The aHandle (A COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void protectOLE_COLOR(int aColor) throws java.io.IOException, AutomationException
aColor
- The aColor (A COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void altitude() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void dpi() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.