I found the following code and I think this is what needs modified.
case 5: // Full Extent
MyMap.ZoomTo(MyMap.Layers.GetFullExtent());
break;
"GetFullExtent" says its gets the full combination extent of all layers. Is there Any way I can set a specific service or layer to be the full extent?
Thanks,
Jerry