Web API Reference | MapGuide Open Source |
Gets the names of the layers in a DWF section.
.NET Syntax
Java Syntax
PHP Syntax
Example (PHP)
// Assuming the drawing service has already been initialized $drawing_ID = new MgResourceIdentifier('Library://DrawingService/Floorplan.DrawingSource'); $sectionName = 'com.autodesk.dwf.ePlot_9E2723744244DB8C44482263E654F764'; $stringCollection = $drawingService->EnumerateLayers($drawing_ID, $sectionName);
|