MyMap.Extent = (dynamicServiceLayer.InitialExtent)
Yes you will need to use a GeometryService to project the envelope.You could write the projection logic yourself on the client, which for Mercator is pretty simple. It's even simpler if your data is in WGS84 geographic coordinates (epsg:4326). In that case you can just use the ESRI.ArcGIS.Client.Bing.Transform classes.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.