Open($userInfo); // Create a ReserviceService object and use it to open the Map // object from the sessions repository. Use the Map object to // determine the current scale of the map for display on this // page. $map = new MgMap($siteConnection); $map->Open('Sheboygan'); $viewCenter = $map->GetViewCenter(); $viewScale = $map->GetViewScale(); } catch (MgException $e) { echo $e->GetExceptionMessage(); echo $e->GetDetails(); } ?>
 Plot as DWF
Plot a View of the Map
View Center X: GetCoordinate()->GetX()); ?>
View Center Y: GetCoordinate()->GetY()); ?>
View Scale: 1:
Plot the Current Map View
 Use Print Layout
Plot at a Specified Scale
Scale:
 Use Print Layout