Select to view content in your preferred language

Schematics in ArcGIS Server Silverlight API 3.2

4969
1
12-21-2014 10:15 PM
Kranthi_KiranBandla
Deactivated User

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.

0 Kudos
1 Reply
Anne-YvonneBlin
Deactivated User

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

0 Kudos