public interface IObjectActivate
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe3b78022_143e_4e61_9099_ed319ec061e7 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activates the object.
|
void |
deactivate()
Deactivates the object.
|
static final int IIDe3b78022_143e_4e61_9099_ed319ec061e7
static final int xxDummy
static final java.lang.String IID
void activate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void deactivate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.