I have the following code
Dim node = CType(gvTask.Document.PickObject(e.ViewPoint, True), GoIconicNode)
It is on the ExternalObjectsDropped, I then execute code based on the dropped node’s properties. The problem I am having is that the point returned by both DocPoint and ViewPoint obviously do not relate to the node dropped as the node is nothing.
Is there a way around this? Could I use rectangle and force the users to drop near the top of the screen (not ideal)
Surely if the object dropped is a node how would it not relate to the node?
In addition this sometimes works and sometimes does not.
Any ideas would be most welcome.