<?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: Add Graphic to the map in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/add-graphic-to-the-map/m-p/53902#M1437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Before you call your AddGraphicToMap procedure you need to convert your XY to a &lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/IPoint_Interface/002m0000026v000000/"&gt;Point&lt;/A&gt; then use the &lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//002m000003v8000000"&gt;ITopolocalOperator.Buffer &lt;/A&gt;method to create your circle. This would become your geometry that you pass to the procedure.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The selected feature (center of the circle) is a point feature class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jul 2013 21:58:07 GMT</pubDate>
    <dc:creator>RichardMoussopo</dc:creator>
    <dc:date>2013-07-08T21:58:07Z</dc:date>
    <item>
      <title>Add Graphic to the map</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/add-graphic-to-the-map/m-p/53900#M1435</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;I have a function that adds a graphic to the map (from ArcGIS Snipet finder). The function takes 3 parameters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as shown below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt; Public Sub AddGraphicToMap(ByVal map As IMap, ByVal geometry As IGeometry, ByVal rgbColor As IRgbColor, ByVal outlineRgbColor As IRgbColor)&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Graphic I want to add is a circle(polygon) where the center is an attribute value from layerQuery and the radius the value entered by the end user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I achieve this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jun 2013 21:05:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/add-graphic-to-the-map/m-p/53900#M1435</guid>
      <dc:creator>RichardMoussopo</dc:creator>
      <dc:date>2013-06-30T21:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add Graphic to the map</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/add-graphic-to-the-map/m-p/53901#M1436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Before you call your AddGraphicToMap procedure you need to convert your XY to a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/IPoint_Interface/002m0000026v000000/"&gt;Point&lt;/A&gt;&lt;SPAN&gt; then use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//002m000003v8000000"&gt;ITopolocalOperator.Buffer &lt;/A&gt;&lt;SPAN&gt;method to create your circle. This would become your geometry that you pass to the procedure.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 08:51:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/add-graphic-to-the-map/m-p/53901#M1436</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2013-07-01T08:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add Graphic to the map</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/add-graphic-to-the-map/m-p/53902#M1437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Before you call your AddGraphicToMap procedure you need to convert your XY to a &lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/IPoint_Interface/002m0000026v000000/"&gt;Point&lt;/A&gt; then use the &lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//002m000003v8000000"&gt;ITopolocalOperator.Buffer &lt;/A&gt;method to create your circle. This would become your geometry that you pass to the procedure.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The selected feature (center of the circle) is a point feature class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 21:58:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/add-graphic-to-the-map/m-p/53902#M1437</guid>
      <dc:creator>RichardMoussopo</dc:creator>
      <dc:date>2013-07-08T21:58:07Z</dc:date>
    </item>
  </channel>
</rss>

