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 ?

.......