<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ArcGIS Schematics Initial extent problem in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77331#M1874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;There is a public method FitAll available on the SchematicDiagram. Look into that as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2014 16:34:51 GMT</pubDate>
    <dc:creator>RickAnderson</dc:creator>
    <dc:date>2014-07-11T16:34:51Z</dc:date>
    <item>
      <title>ArcGIS Schematics Initial extent problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77326#M1869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have developed a&amp;nbsp; Electrical Utility Web GIS application on ArcGIS Server 10.2 using Silverlight API. As a part of this &lt;/P&gt;&lt;P&gt;application Shcematics is one of the funcationlity which we are developing. We have downloaded the template provided for &lt;/P&gt;&lt;P&gt;SIlverlight API and customized the same for geneating the schematics.&lt;/P&gt;&lt;P&gt;Schematics diagram for electrical assets are getting generated but when I view the Schematic Diagram my Initial extent of &lt;/P&gt;&lt;P&gt;the Diagram is not to Full extent of the Diagram.Can anybody help in this regard&lt;/P&gt;&lt;P&gt;Attached are the two JPG files for reference. (one is intial View and other is the Zoom in View). Would like to have the &lt;/P&gt;&lt;P&gt;full extent of the Diagram. Please help.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Sasikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 13:43:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77326#M1869</guid>
      <dc:creator>sasikanthpulugurtha</dc:creator>
      <dc:date>2014-07-08T13:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Schematics Initial extent problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77327#M1870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to make sure to set your map extent to the extent of the specific diagram you are trying to view.&amp;nbsp; The schematic service is showing schematic layer that likely represents all diagrams in the database, so the initial extent is quite large.&amp;nbsp; So when displaying 1 of the diagrams in the service, you have to reset the map's extent to that diagram's extent which you can get from the diagram rest endpoint. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 17:51:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77327#M1870</guid>
      <dc:creator>RickAnderson</dc:creator>
      <dc:date>2014-07-08T17:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Schematics Initial extent problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77328#M1871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;Thanks for your quick response&lt;/P&gt;&lt;P&gt;Yes, Rick we are getting diagram extent and applying it to map extent as shown below even though map extent is not setting to diagram setting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; _schematicService.DisplaySchematicDiagramCompleted -= new EventHandler&amp;lt;SchematicDiagramEventArgs&amp;gt;(schService_DisplaySchematicDiagramCompleted);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp; SchematicsMap.ZoomTo(e.Diagram.Extent as ESRI.ArcGIS.Client.Geometry.Geometry);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SchematicsMap.Extent = e.Diagram.Extent;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 19:01:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77328#M1871</guid>
      <dc:creator>Kranthi_KiranBandla</dc:creator>
      <dc:date>2014-07-10T19:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Schematics Initial extent problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77329#M1872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, I haven't been in the silverlight code for a bit, been mostly working in javascript.&amp;nbsp; Have you looked at the schematics sample &lt;A href="http://www.arcgis.com/home/item.html?id=49c44667103f4d4082db91ee4e416eb7"&gt;code &lt;/A&gt;for silverlight on the resource center?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 21:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77329#M1872</guid>
      <dc:creator>RickAnderson</dc:creator>
      <dc:date>2014-07-10T21:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Schematics Initial extent problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77330#M1873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/43906"&gt;sasikanth pulugurtha&lt;/A&gt;‌, &lt;A href="https://community.esri.com/migrated-users/44279"&gt;Kranthi kiran&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This discussion is untagged and has been placed where few with interest and knowledge will be able to assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might I suggest you move it (the Actions -&amp;gt; Move button on the right) to the &lt;A _jive_internal="true" href="https://community.esri.com/community/gis/mapping"&gt;All Places -&amp;gt; GIS -&amp;gt; Mapping Space&lt;/A&gt;, and assign it the &lt;STRONG&gt;schematics&lt;/STRONG&gt; tag as well as the &lt;STRONG&gt;silverlight&lt;/STRONG&gt; tag.&amp;nbsp; &lt;A href="https://community.esri.com/migrated-users/3366"&gt;Rick Anderson&lt;/A&gt; has already seen this, but it will help others to find it as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stuart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 22:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77330#M1873</guid>
      <dc:creator>V_StuartFoote</dc:creator>
      <dc:date>2014-07-10T22:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Schematics Initial extent problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77331#M1874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;There is a public method FitAll available on the SchematicDiagram. Look into that as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 16:34:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77331#M1874</guid>
      <dc:creator>RickAnderson</dc:creator>
      <dc:date>2014-07-11T16:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Schematics Initial extent problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77332#M1875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt;I've moved your post into the&lt;/SPAN&gt;&amp;nbsp; &lt;A _jive_internal="true" href="https://community.esri.com/community/developers/web-developers/arcgis-api-for-silverlight"&gt;&lt;SPAN style="color: blue; mso-fareast-font-family: 'Times New Roman';"&gt;Arcgis API for&lt;BR /&gt;Silverlight&lt;/SPAN&gt;&lt;/A&gt; &lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt;space. You will get a much better answer here as the &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/community/help-and-feedback"&gt;&lt;SPAN style="color: blue; mso-fareast-font-family: 'Times New Roman';"&gt;GeoNet Help&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt; is intended for community&lt;BR /&gt;help and feedback. I have also added in a few additional tags. You can see more&lt;BR /&gt;on the community structure, and what topics are under each space from the following documents:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt; &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-1544"&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;GeoNet Community Structure&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-1545"&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;ArcGIS Discussion Forums Migration Strategy&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; Don &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 12:53:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgis-schematics-initial-extent-problem/m-p/77332#M1875</guid>
      <dc:creator>DonOpgenorth</dc:creator>
      <dc:date>2014-08-08T12:53:05Z</dc:date>
    </item>
  </channel>
</rss>

