<?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: need help with arcobjects arcobjects in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279025#M7190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still not sure if I completely understand what you're needing to accomplish. Could you upload a simplified version of your code that shows what you're doing within an addin? I'm hoping that you'd be able to display this within a single file using 100 or less lines of code. I'm guessing that you're drawing a graphic on the screen and it's getting cleared after the refresh is called.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Dec 2015 05:23:16 GMT</pubDate>
    <dc:creator>FreddieGibson</dc:creator>
    <dc:date>2015-12-07T05:23:16Z</dc:date>
    <item>
      <title>need help with arcobjects arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279020#M7185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;m working with arcobjects and i need to know that i have draw some polylines but the lines dont stay for long. i want the polylines to remain there until i click mouse button as we do in arcmap, a feature remain selected until we click any where else for unselect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 14:41:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279020#M7185</guid>
      <dc:creator>TabraizAhmed</dc:creator>
      <dc:date>2015-12-04T14:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: need help with arcobjects arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279021#M7186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you're needing to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Draw Polyline Snippet&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0049000000nr000000" title="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0049000000nr000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0049000000nr000000&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 21:31:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279021#M7186</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-12-05T21:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: need help with arcobjects arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279022#M7187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have drawn polylines but the problem is that the lines dont stay for long,  i want the polylines to stay on screen untill i click my mouse button. so please help me with something like dat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 15:16:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279022#M7187</guid>
      <dc:creator>TabraizAhmed</dc:creator>
      <dc:date>2015-12-06T15:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: need help with arcobjects arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279023#M7188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried storing them in a geodatabase after you draw them? It sounds like you're wanting to draw graphics on the screen, but you're wanting them to behave as a feature class. You could create an in-memory workspace or a geodatabase to a known location on disk within your code and reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 16:38:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279023#M7188</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-12-06T16:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: need help with arcobjects arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279024#M7189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont want to store the polylines to a permanent storage, actually the scene is like when i run my tool on two different layers it selects the points and draw polylines between points that have same ids... but the lines disapper immediately with in a second or two. so i want the lines to stay there temporarily and disappear after mouse click. as it happens in arcmap that the selection remains there until we click any where on screen.&lt;/P&gt;&lt;P&gt;so how could i do this please help me with it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 05:01:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279024#M7189</guid>
      <dc:creator>TabraizAhmed</dc:creator>
      <dc:date>2015-12-07T05:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: need help with arcobjects arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279025#M7190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still not sure if I completely understand what you're needing to accomplish. Could you upload a simplified version of your code that shows what you're doing within an addin? I'm hoping that you'd be able to display this within a single file using 100 or less lines of code. I'm guessing that you're drawing a graphic on the screen and it's getting cleared after the refresh is called.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 05:23:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279025#M7190</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-12-07T05:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: need help with arcobjects arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279026#M7191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is what i am trying dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; public void line()&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;&amp;nbsp;&amp;nbsp; IMxDocument mxdoc = ArcMap.Application.Document as IMxDocument;&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; IMap map = mxdoc.FocusMap;&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; IPointCollection pointColl = new Polyline();&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; foreach (var item in pointlist)&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pointColl.AddPoint(p1);&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; IPoint p3 = new ESRI.ArcGIS.Geometry.Point();&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; p3.X = item.XX;&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; p3.Y = item.YY;&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; &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; pointColl.AddPoint(p3);&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; IPolyline polyline = (IPolyline)pointColl;&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; polyline.SpatialReference = map.SpatialReference;&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; IActiveView activeView = mxdoc.ActiveView;&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; IScreenDisplay screenDisp = activeView.ScreenDisplay;&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; short screenCache = Convert.ToInt16(esriScreenCache.esriNoScreenCache);&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; screenDisp.StartDrawing(screenDisp.hDC, screenCache);&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; &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; IRgbColor color = new RgbColor();&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; color.Red = 255; color.Blue = 128; color.Green = 120;&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; ISimpleLineSymbol simpleLineSymbol = new SimpleLineSymbol();&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; simpleLineSymbol.Color = color;&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; simpleLineSymbol.Width = 2;&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; screenDisp.SetSymbol(simpleLineSymbol as ISymbol);&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; screenDisp.DrawPolyline(polyline);&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; screenDisp.FinishDrawing();&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; &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; }&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; pointlist.Clear();&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exactly the lines cleared immediately, but i am not using the refresh command n still its cleared.&lt;/P&gt;&lt;P&gt;i want lines to stay there until i click for refresh or any thing else. hope u understand my words now.&lt;/P&gt;&lt;P&gt;actually i dont want to store these lines in a permanent storage so do something for temporary storing. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 07:02:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279026#M7191</guid>
      <dc:creator>TabraizAhmed</dc:creator>
      <dc:date>2015-12-07T07:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: need help with arcobjects arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279027#M7192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try drawing in the OnAfterDraw event handler?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 20:08:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279027#M7192</guid>
      <dc:creator>charlesroberts3</dc:creator>
      <dc:date>2015-12-15T20:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: need help with arcobjects arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279028#M7193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No . please share some lines of code for that if possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 04:30:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279028#M7193</guid>
      <dc:creator>TabraizAhmed</dc:creator>
      <dc:date>2015-12-16T04:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: need help with arcobjects arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279029#M7194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tabraiz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have ArcMap available to me ( I used to, but now I use the Runtime SDK), so I can't provide precise working code. Again, what you want to do is use the IActiveViewEvents.OnAfterDraw event (IActiveViewEvents implemented by the Map CoClass, I think). There should be plenty of samples and documentation on how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tricky part though, I found, was the check for the 'draw phase'. Using this flag you can make your drawing code execute at different times, for example, right after map layers and before graphics ( by checking for for phase = geographyPhase or something like that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 13:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279029#M7194</guid>
      <dc:creator>charlesroberts3</dc:creator>
      <dc:date>2015-12-16T13:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: need help with arcobjects arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279030#M7195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Charles for your time and concern I have got my solution through Ielement. hope to meet you again in future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 04:33:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279030#M7195</guid>
      <dc:creator>TabraizAhmed</dc:creator>
      <dc:date>2015-12-17T04:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: need help with arcobjects arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279031#M7196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Charles for your time and concern I have got my solution through Ielement. hope to meet you again in future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 04:37:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279031#M7196</guid>
      <dc:creator>TabraizAhmed</dc:creator>
      <dc:date>2015-12-17T04:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: need help with arcobjects arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279032#M7197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah yes, in the GraphicsContainer. I should have thought of that!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 15:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/need-help-with-arcobjects-arcobjects/m-p/279032#M7197</guid>
      <dc:creator>charlesroberts3</dc:creator>
      <dc:date>2015-12-17T15:03:20Z</dc:date>
    </item>
  </channel>
</rss>

