<?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 How to achieve queryinterface behaviour in VB .NET? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310381#M8095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've decided to post this question here as I think this is my best chance in getting an answer.&amp;nbsp; I've got VB .net 2005. I'm familiar with creating a class with properties and methods and can even use interfaces. I understand overloading and simple examples of inheritance. I would like to replicate a behaviour of ArcObjects that I come to love and know, the QueryInterface.&amp;nbsp; So first just look at the simple example below using ArcObjects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
' Retrieve a Polygon from a collection
Dim pPolygon as IPolygon
pPolygon = aCollection.Item(0)
Dim pArea as IArea
pArea = pPolygon 'QI
Msgbox pArea.Area
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;pArea could have been pointed to an &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Envelope&lt;/SPAN&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Ring&lt;/SPAN&gt;&lt;SPAN&gt; not just a &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Polygon&lt;/SPAN&gt;&lt;SPAN&gt;.&amp;nbsp; I've been playing around with VB .Net trying to create classes that behave in the same way. I'm not talking about ArcObjects now just some class that I imagined up. How do you create a Class that you can point to another class. Take another example if you create a pointer of type IFeatureLayer and point it to a Layer you can access the search cursor but this not a method of ILayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering if any of you hardcore coders had a trivial example of a VB .Net project that shows custom classes (nothing to do with ArcObjects) behaving this way?&amp;nbsp; Does VB .Net even allow you to develop objects this way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jun 2010 17:16:00 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2010-06-17T17:16:00Z</dc:date>
    <item>
      <title>How to achieve queryinterface behaviour in VB .NET?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310381#M8095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've decided to post this question here as I think this is my best chance in getting an answer.&amp;nbsp; I've got VB .net 2005. I'm familiar with creating a class with properties and methods and can even use interfaces. I understand overloading and simple examples of inheritance. I would like to replicate a behaviour of ArcObjects that I come to love and know, the QueryInterface.&amp;nbsp; So first just look at the simple example below using ArcObjects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
' Retrieve a Polygon from a collection
Dim pPolygon as IPolygon
pPolygon = aCollection.Item(0)
Dim pArea as IArea
pArea = pPolygon 'QI
Msgbox pArea.Area
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;pArea could have been pointed to an &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Envelope&lt;/SPAN&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Ring&lt;/SPAN&gt;&lt;SPAN&gt; not just a &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Polygon&lt;/SPAN&gt;&lt;SPAN&gt;.&amp;nbsp; I've been playing around with VB .Net trying to create classes that behave in the same way. I'm not talking about ArcObjects now just some class that I imagined up. How do you create a Class that you can point to another class. Take another example if you create a pointer of type IFeatureLayer and point it to a Layer you can access the search cursor but this not a method of ILayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering if any of you hardcore coders had a trivial example of a VB .Net project that shows custom classes (nothing to do with ArcObjects) behaving this way?&amp;nbsp; Does VB .Net even allow you to develop objects this way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 17:16:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310381#M8095</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2010-06-17T17:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve queryinterface behaviour in VB .NET?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310382#M8096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The behaviour you are talking about sounds like polymorphism which is an object oriented concept.&amp;nbsp; This is acheived in ArcObjects using interfaces.&amp;nbsp; When you are querying interfaces between ILayer and IFeatureLayer you are still dealing with the same object (e.g. FeatureLayerClass instance.)&amp;nbsp; The interface is just a standard way of interacting with the class, also called a contract.&amp;nbsp; If you look at all the classes that implement ILayer, many of them do not implement IFeatureLayer.&amp;nbsp; Query interface between ILayer and IfeatureLayer for a GroupLayerClass would fail because IFeatureLayer is not implemented on that class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can do the same in VB.NET, you need to define your own interfaces, then implement those interfaces in your classes.&amp;nbsp; You can also do class inheritance with abstract classes (mustinherit) and inherit the class in derived classes.&amp;nbsp; Class inheritance works a little differently than interface implementation so I suggest you take a look at both.&amp;nbsp; Object Oriented design can help make better applications there are many books and articles about it geared specifically to the VB.NET language.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 12:29:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310382#M8096</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2010-06-18T12:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve queryinterface behaviour in VB .NET?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310383#M8097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Something I really like about .NET&amp;nbsp; (which VB6 lacks) is &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;generics&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While generics are great, you cannot cast a list of IEnvelopes to a list of IGeometrys in .NET 3.5 (covariance).&amp;nbsp; Supposedly .NET 4.0 supports this, but I haven't tried it yet with arcobjects interfaces.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/dd799517.aspx" rel="nofollow noopener noreferrer" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/dd799517.aspx&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Public Sub Test()
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim list1 As List(Of IEnvelope) = New List(Of IEnvelope)()
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' compile error
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim list2 As List(Of IGeometry) = CType(list1, List(Of IGeometry))
End Sub
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since there is no inheritance between IArea and IPolygon, even at 4.0 I don't think you'll be able to cast a List of IPolygons to a List of IEnvelopes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:51:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310383#M8097</guid>
      <dc:creator>KirkKuykendall</dc:creator>
      <dc:date>2021-12-11T14:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve queryinterface behaviour in VB .NET?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310384#M8098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First of all thanks for replying!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will show you what I'm trying to do. Please note I use ArcObject names but this VB project has &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;no reference to ESRI libraries&lt;/SPAN&gt;&lt;SPAN&gt;! I just use them as I'm familiar with their true behaviour. I think this will help you understand what I'm trying to achieve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I declare my interfaces and classes&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Public Interface ILayer
&amp;nbsp;&amp;nbsp;&amp;nbsp; Property Name() As String
End Interface

Public Interface IFeatureLayer
&amp;nbsp;&amp;nbsp;&amp;nbsp; Inherits ILayer
End Interface

Public Class baseLayer
&amp;nbsp;&amp;nbsp;&amp;nbsp; Implements ILayer

&amp;nbsp;&amp;nbsp;&amp;nbsp; Private m_Name As String

&amp;nbsp;&amp;nbsp;&amp;nbsp; Public Property Name() As String Implements ILayer.Name
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Return m_Name
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Get
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set(ByVal value As String)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_Name = Name
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Set
&amp;nbsp;&amp;nbsp;&amp;nbsp; End Property
End Class

Public Class Featurelayer
&amp;nbsp;&amp;nbsp;&amp;nbsp; Inherits baseLayer
End Class&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a form, dropped a button on it and on the on click event I attempt to run the following code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Dim pLayer As ILayer
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pLayer = New baseLayer
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pLayer.Name = "Duncan"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim pFeatureLayer As IFeatureLayer
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pFeatureLayer = pLayer '********** Invalid cast exception is thrown here.
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MsgBox(pFeatureLayer.Name)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What school boy error am I doing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:51:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310384#M8098</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2021-12-11T14:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve queryinterface behaviour in VB .NET?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310385#M8099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All featurelayers are baselayers, but not all baselayers are featureLayers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so instead of this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pLayer = New baseLayer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pLayer = New featureLayer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also you should make featureLayer implement IFeatureLayer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 14:47:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310385#M8099</guid>
      <dc:creator>KirkKuykendall</dc:creator>
      <dc:date>2010-06-18T14:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve queryinterface behaviour in VB .NET?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310386#M8100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kirk,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You star!&amp;nbsp; I did what you said and it works, you earned yourself a barrel of beer! Now I have this "trivial" example clear in my heard this will allow me to move on to tougher stuff.&amp;nbsp; I also did what you said and implemented IFeatureLayer in FeatureLayer and was surprised I did not have to wire up any code, can you explain this? My full code is below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Class code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Public Interface ILayer
&amp;nbsp;&amp;nbsp;&amp;nbsp; Property Name() As String
End Interface

Public Interface IFeatureLayer
&amp;nbsp;&amp;nbsp;&amp;nbsp; Inherits ILayer
End Interface

Public Class baseLayer
&amp;nbsp;&amp;nbsp;&amp;nbsp; Implements ILayer

&amp;nbsp;&amp;nbsp;&amp;nbsp; Private m_Name As String

&amp;nbsp;&amp;nbsp;&amp;nbsp; Public Sub New()
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_Name = ""
&amp;nbsp;&amp;nbsp;&amp;nbsp; End Sub

&amp;nbsp;&amp;nbsp;&amp;nbsp; Public Property Name() As String Implements ILayer.Name
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Return m_Name
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Get
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set(ByVal value As String)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_Name = value
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Set
&amp;nbsp;&amp;nbsp;&amp;nbsp; End Property
End Class

Public Class Featurelayer
&amp;nbsp;&amp;nbsp;&amp;nbsp; Inherits baseLayer
&amp;nbsp;&amp;nbsp;&amp;nbsp; Implements IFeatureLayer
End Class&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My calling code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Dim pLayer As ILayer
pLayer = New Featurelayer
pLayer.Name = "Kirk is awesome!"
Dim pFeatureLayer As IFeatureLayer
pFeatureLayer = pLayer
MsgBox(pFeatureLayer.Name)&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:51:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310386#M8100</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2021-12-11T14:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve queryinterface behaviour in VB .NET?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310387#M8101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Interface Ifeaturelayer doesn't have any properties or methods of its own.&amp;nbsp; Therefor the implementation of ILayer on your base layer is sufficient to implement IFeatureLayer on FeatureLayer.&amp;nbsp; Typically an interface inheritance is done to provide extra methods and properties.&amp;nbsp; If you add another property on IFeatureLayer, you will see what happens.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 18:07:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310387#M8101</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2010-06-18T18:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve queryinterface behaviour in VB .NET?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310388#M8102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alexander,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added another property to IFeatureLayer and as you predicted I had to deal with the addition code, thanks. I feel I have genuinely expanded my understanding of how to get classes to behave similar to ArcObjects. So thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Duncan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 21:06:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-achieve-queryinterface-behaviour-in-vb-net/m-p/310388#M8102</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2010-06-18T21:06:52Z</dc:date>
    </item>
  </channel>
</rss>

