<?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: Migrating 8.3 to 9.3.1 in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/migrating-8-3-to-9-3-1/m-p/630661#M17010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad I've been able to help.&amp;nbsp; All the methods you need to implement are in the link in my post above.&amp;nbsp; So you need to implement the method IFeatureProgress::IsCancelled and return false instead of the line&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;mpChkOutIsCancelled = New IFeatureProgress_get_IsCancelledEventHandler(Addre ssOf GetCheckoutIsCancelled)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Aug 2010 12:30:54 GMT</pubDate>
    <dc:creator>AndrewMay</dc:creator>
    <dc:date>2010-08-19T12:30:54Z</dc:date>
    <item>
      <title>Migrating 8.3 to 9.3.1</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/migrating-8-3-to-9-3-1/m-p/630658#M17007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I am having problem while converting 8.3 application to 9.3.1 .In 8.3 application its using below following interfaces&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IFeatureProgress_set_FeatureClassNameEventHandler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IFeatureProgress_set_MaxFeaturesEventHandler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IFeatureProgress_set_StepValueEventHandler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IFeatureProgress_StepEventHandler&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But these interface are not available in 9.3.1..Please anyone suggest me what is the alternate &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i should use &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 06:31:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/migrating-8-3-to-9-3-1/m-p/630658#M17007</guid>
      <dc:creator>prasadprasad</dc:creator>
      <dc:date>2010-08-19T06:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating 8.3 to 9.3.1</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/migrating-8-3-to-9-3-1/m-p/630659#M17008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's an example in C# of how to use the IFeatureProgress interface here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/content/kbase?fa=articleShow&amp;amp;d=34908"&gt;http://resources.arcgis.com/content/kbase?fa=articleShow&amp;amp;d=34908&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically you need to create a class which implements this interface.&amp;nbsp; Then the following methods are the ones you're interested in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IFeatureProgress::FeatureClassName - IFeatureProgress_set_FeatureClassNameEventHandler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IFeatureProgress::MaxFeatures- IFeatureProgress_set_MaxFeaturesEventHandler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IFeatureProgress::FeatureClassName - IFeatureProgress_set_StepValueEventHandler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IFeatureProgress::StepValue- IFeatureProgress_StepEventHandler&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 07:05:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/migrating-8-3-to-9-3-1/m-p/630659#M17008</guid>
      <dc:creator>AndrewMay</dc:creator>
      <dc:date>2010-08-19T07:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating 8.3 to 9.3.1</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/migrating-8-3-to-9-3-1/m-p/630660#M17009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thank you very much for your valuable information..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created the seperate class file FeatureProgressHelper&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting one error in my code could please suggest me how to resolve this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Private mpChkOutIsCancelled As New FeatureProgressHelper&amp;nbsp; //Created instance for helper class&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim lpCheckout As ICheckOut&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lpCheckout = New CheckOut&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;mpChkOutIsCancelled = New IFeatureProgress_get_IsCancelledEventHandler(AddressOf GetCheckoutIsCancelled)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; //i am getting error in this line please tell me what i should mention instead of IFeatureProgress_get_IsCancelledEventHandler &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AddHandler CType(lpCheckout, IFeatureProgress).IsCancelled, mpChkOutIsCancelled&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Private Function GetCheckoutIsCancelled() As Boolean&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Return False&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Function&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 11:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/migrating-8-3-to-9-3-1/m-p/630660#M17009</guid>
      <dc:creator>prasadprasad</dc:creator>
      <dc:date>2010-08-19T11:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating 8.3 to 9.3.1</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/migrating-8-3-to-9-3-1/m-p/630661#M17010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad I've been able to help.&amp;nbsp; All the methods you need to implement are in the link in my post above.&amp;nbsp; So you need to implement the method IFeatureProgress::IsCancelled and return false instead of the line&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;mpChkOutIsCancelled = New IFeatureProgress_get_IsCancelledEventHandler(Addre ssOf GetCheckoutIsCancelled)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 12:30:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/migrating-8-3-to-9-3-1/m-p/630661#M17010</guid>
      <dc:creator>AndrewMay</dc:creator>
      <dc:date>2010-08-19T12:30:54Z</dc:date>
    </item>
  </channel>
</rss>

