<?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: Arc Objects C# in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/arc-objects-c/m-p/297636#M7712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this: &lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/0012/00120000019n000000.htm" title="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/0012/00120000019n000000.htm"&gt;IActiveViewEvents.AfterDraw Event (ArcObjects .NET 10.1 SDK)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You must keep the old extent in order to understand if it was changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 05:12:12 GMT</pubDate>
    <dc:creator>ModyBuchbinder</dc:creator>
    <dc:date>2015-07-02T05:12:12Z</dc:date>
    <item>
      <title>Arc Objects C#</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arc-objects-c/m-p/297635#M7711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have to write a code in c# on Pan event of Arcgis. Can anyone suggest how to do it C#?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 11:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arc-objects-c/m-p/297635#M7711</guid>
      <dc:creator>AnkurWalia</dc:creator>
      <dc:date>2015-07-01T11:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Arc Objects C#</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arc-objects-c/m-p/297636#M7712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this: &lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/0012/00120000019n000000.htm" title="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/0012/00120000019n000000.htm"&gt;IActiveViewEvents.AfterDraw Event (ArcObjects .NET 10.1 SDK)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You must keep the old extent in order to understand if it was changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 05:12:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arc-objects-c/m-p/297636#M7712</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2015-07-02T05:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Arc Objects C#</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arc-objects-c/m-p/297637#M7713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Problem has been resolved using...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITransformEvents_Event MyEvent =(ITransformEvents_Event) ((IMxDocument)doc).ActiveView.ScreenDisplay.DisplayTransformation;&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; MyEvent.VisibleBoundsUpdated += new ITransformEvents_VisibleBoundsUpdatedEventHandler(OnVisisbleBoundsChanged);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;((IGlobeDisplayEvents_Event)m_globeDisplay).AfterDraw += new IGlobeDisplayEvents_AfterDrawEventHandler(OnAfterDraw);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;private void OnVisisbleBoundsChanged(object sender, Boolean result)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //write code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 03:24:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arc-objects-c/m-p/297637#M7713</guid>
      <dc:creator>AnkurWalia</dc:creator>
      <dc:date>2015-07-03T03:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Arc Objects C#</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arc-objects-c/m-p/297638#M7714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No the other thing...One application give me the coordinates and I have to jump to those coordinaes in ArcGis. Do you have idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 03:26:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arc-objects-c/m-p/297638#M7714</guid>
      <dc:creator>AnkurWalia</dc:creator>
      <dc:date>2015-07-03T03:26:42Z</dc:date>
    </item>
  </channel>
</rss>

