<?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: One application give me the coordinates and I have set the extent view as per those coordinates in ArcGis. Do you have idea? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/one-application-give-me-the-coordinates-and-i-have/m-p/176625#M4572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="pln"&gt;pMxDoc&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;ActiveView&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Extent&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &amp;lt;your envelope from the coordinates that you get&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;pMxDoc&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;ActiveView&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Refresh&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(); // you can also use partial refresh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun"&gt;Other way if that you can get the current Scale and use center at of your envelope center or if you have a single point&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun"&gt;&lt;CODE&gt;&lt;SPAN class="pln"&gt;axMapControl&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;CenterAt&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&amp;lt;Point&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;axMapControl&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;MapScale&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &amp;lt;current &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;MapScale&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;axMapControl&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Refresh&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;();&lt;/SPAN&gt;&lt;/CODE&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2015 06:07:47 GMT</pubDate>
    <dc:creator>SachinKanaujia</dc:creator>
    <dc:date>2015-07-03T06:07:47Z</dc:date>
    <item>
      <title>One application give me the coordinates and I have set the extent view as per those coordinates in ArcGis. Do you have idea?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/one-application-give-me-the-coordinates-and-i-have/m-p/176622#M4569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One application give me the coordinates and I have set the extent view as per those coordinates in ArcGis. Do you have idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 04:46:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/one-application-give-me-the-coordinates-and-i-have/m-p/176622#M4569</guid>
      <dc:creator>AnkurWalia</dc:creator>
      <dc:date>2015-07-03T04:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: One application give me the coordinates and I have set the extent view as per those coordinates in ArcGis. Do you have idea?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/one-application-give-me-the-coordinates-and-i-have/m-p/176623#M4570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please elaborate what exactly are you doing? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One application give me the coordinates&lt;/P&gt;&lt;P&gt;Do you know what is the Spatialreference of those coordinates? Can you give me what those coordinates look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I have set the extent view as per those coordinates in ArcGis. Do you have idea?&lt;/P&gt;&lt;P&gt;I think you are asking that you have to set the extents in ArcGIS Desktop? Which product are you working on and what is the programming language/API you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 05:16:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/one-application-give-me-the-coordinates-and-i-have/m-p/176623#M4570</guid>
      <dc:creator>SachinKanaujia</dc:creator>
      <dc:date>2015-07-03T05:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: One application give me the coordinates and I have set the extent view as per those coordinates in ArcGis. Do you have idea?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/one-application-give-me-the-coordinates-and-i-have/m-p/176624#M4571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i have to set the extent view in Arcgis Desktop, The coordinates are in WGS84. &lt;/P&gt;&lt;P&gt;And i am using c#, Arcobjects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 05:24:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/one-application-give-me-the-coordinates-and-i-have/m-p/176624#M4571</guid>
      <dc:creator>AnkurWalia</dc:creator>
      <dc:date>2015-07-03T05:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: One application give me the coordinates and I have set the extent view as per those coordinates in ArcGis. Do you have idea?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/one-application-give-me-the-coordinates-and-i-have/m-p/176625#M4572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="pln"&gt;pMxDoc&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;ActiveView&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Extent&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &amp;lt;your envelope from the coordinates that you get&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;pMxDoc&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;ActiveView&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Refresh&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(); // you can also use partial refresh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun"&gt;Other way if that you can get the current Scale and use center at of your envelope center or if you have a single point&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun"&gt;&lt;CODE&gt;&lt;SPAN class="pln"&gt;axMapControl&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;CenterAt&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&amp;lt;Point&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;axMapControl&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;MapScale&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &amp;lt;current &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;MapScale&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;axMapControl&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ"&gt;Refresh&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;();&lt;/SPAN&gt;&lt;/CODE&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 06:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/one-application-give-me-the-coordinates-and-i-have/m-p/176625#M4572</guid>
      <dc:creator>SachinKanaujia</dc:creator>
      <dc:date>2015-07-03T06:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: One application give me the coordinates and I have set the extent view as per those coordinates in ArcGis. Do you have idea?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/one-application-give-me-the-coordinates-and-i-have/m-p/176626#M4573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Its working fine for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 06:33:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/one-application-give-me-the-coordinates-and-i-have/m-p/176626#M4573</guid>
      <dc:creator>AnkurWalia</dc:creator>
      <dc:date>2015-07-03T06:33:38Z</dc:date>
    </item>
  </channel>
</rss>

