|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IObjectCopy
COM Interface 'IObjectCopy'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID9c3673ea_bc0a_11d5_a9df_00104bb6fc1c
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IID9c3673ea_bc0a_11d5_a9df_00104bb6fc1c
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||