|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxPasteTargetHelper
COM Interface 'IGxPasteTargetHelper'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description: 'Provides access to members that help pasting GxObjects.' 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 |
IIDc8b779c7_9ce0_45f9_bb53_c09898688c25
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
boolean |
canPaste(IName name,
IGxObject target,
boolean[] moveOperation)
Indicates if the specified name object may be pasted into the given target. |
boolean |
paste(IName name,
IGxObject target,
boolean[] moveOperation)
Pastes the specified name object into the given target. |
Field Detail |
---|
static final int IIDc8b779c7_9ce0_45f9_bb53_c09898688c25
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean canPaste(IName name, IGxObject target, boolean[] moveOperation) throws java.io.IOException, AutomationException
name
- A reference to a com.esri.arcgis.system.IName (in)target
- A reference to a com.esri.arcgis.catalog.IGxObject (in)moveOperation
- The moveOperation (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean paste(IName name, IGxObject target, boolean[] moveOperation) throws java.io.IOException, AutomationException
name
- A reference to a com.esri.arcgis.system.IName (in)target
- A reference to a com.esri.arcgis.catalog.IGxObject (in)moveOperation
- The moveOperation (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 |