View Single Post

  #4 (permalink)  
Old 12-21-2004
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
I don't know how to create a new PushPin in MapPoint 2002 + C#

I tried

MapPoint.Pushpin pp;
pp.Symbol = 82;

I have error "use of unassigned variable pp"

The problem is that I can't do :

MapPoint.Pushpin = new MapPoint.Pushpin();


... anyone could help ? .......
Reply With Quote