public interface IObjectCopy
extends java.io.Serializable
Description: 'Provides access to members to copy objects by value. The object must support IPersistStream to be copied.' 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 |
IID9c3673ea_bc0a_11d5_a9df_00104bb6fc1c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(java.lang.Object pInObject)
Obtains a new object which is a copy of the input object.
|
void |
overwrite(java.lang.Object pInObject,
java.lang.Object[] pOverwriteObject)
Overwrites the object with the contents of input object.
|
static final int IID9c3673ea_bc0a_11d5_a9df_00104bb6fc1c
static final int xxDummy
static final java.lang.String IID
java.lang.Object copy(java.lang.Object pInObject) throws java.io.IOException, AutomationException
pInObject
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void overwrite(java.lang.Object pInObject, java.lang.Object[] pOverwriteObject) throws java.io.IOException, AutomationException
pInObject
- A reference to another Object (IUnknown) (in)pOverwriteObject
- A reference to another Object (IUnknown) (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.