Hello again,
I've made a MapAnnotation and attached it to a wrong dataset using Java Gateway, ``DataManagerFacility.attachAnnotation()``.
I think I can delete that MapAnnotation using ``DataManagerFacility.delete()`` and create a new one to be attached to the right dataset.
But if I want to keep the MapAnnotationI object, while de-attaching or unlinking it from the wrong dataset, how could I do that?
In the session-client approach, ``unlinkAnnotations()`` can be used. But I cannot find the equivalent in Gateway tools.
Best,
Kouichi