Web API Reference | MapGuide Open Source |
Gets the coordinate system assigned to the DWF drawing.
.NET Syntax
Java Syntax
PHP Syntax
Example (PHP)
// Assuming the drawing service has already been initialized $drawing_ID = new MgResourceIdentifier('Library://DrawingService/Floorplan.DrawingSource'); $coordinateSpace = $drawingService->GetCoordinateSpace($drawing_ID);
|