Hi Folks,
created a com-Add-In for Mappoint. When I try to find a pushpin with the following code, I get no result:
Set oApp = CreateObject("Mappoint.Application")
Set oMap = oApp.ActiveMap
Set oPushA = oMap.FindPushpin("xyz")
I am sure there's a pushpin with the name xyz. How can I check if there's a result?