I am running the Tutorial5 dealing with setting the map to display different projections. Excellent work!!! I was hopinig for something like this. Now I have setup a map as follows:
~AGP
Map6.Projection = KnownCoordinateSystems.Projected.Polar.NorthPoleStereographic
Map6.Projection.CentralMeridian = -180
Map6.Projection.FalseEasting = 0
Map6.Projection.FalseNorthing = 0
Map6.Projection.ScaleFactor = 1
Map6.Projection.LatitudeOfOrigin = 90
Then I load up a world country shapefile and a lat/lon shapefile. All the other maps show the full extents except the NorthPoleStereographic. Not sure what I am doing wrong.~AGP