Dear All,
I am working on Schematics using ArcGIS Server Silverlight api 3.2. While printing with a template all diagrams which are there in extent are coming in PDF. itired all possible ways but not Succeeded. Please suggest any solution or work around
Thanks,
-Kiran.
Hello Kranthi,
When you publish a map by referencing schematic templates; all diagrams based on these templates are referenced in the map. If you want to work from a particular diagram, you must work with the Schematic Diagram resource http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Schematic_Diagram/02r3000001nm000000...
Each diagram end point under the schematic service can be filtered out by using its ID which is the concatenation result of its template identifier under the schematic service and the diagram OBJECTID in the database.
Then from this diagram, you can access the schematic diagram map resource which mimics the map service resource and support the Schematic Export operation http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Schematic_Export/02r3000000wn000000/
Anne-Yvonne