|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxPasteTargetHelper
Provides access to members that help pasting GxObjects.
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. |
Method Detail |
---|
boolean canPaste(IName name, IGxObject target, boolean[] moveOperation) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean paste(IName name, IGxObject target, boolean[] moveOperation) throws 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)
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 |