Web API Reference | MapGuide Open Source |
Returns the DWF stream for a drawing specified by resource identifier.
.NET Syntax
Java Syntax
PHP Syntax
Example (PHP)
// Assuming the drawing service has already been initialized $drawing_ID = new MgResourceIdentifier('Library://DrawingService/Floorplan.DrawingSource'); $byteReader = $drawingService->GetDrawing($drawing_ID);
|