<?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 Remove marker from map when a call is removed in ArcGIS Mapping and Charting Questions</title>
    <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/remove-marker-from-map-when-a-call-is-removed/m-p/430930#M1473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3453"&gt;Brad Niemand&lt;/A&gt;&amp;nbsp;I am adding a marker when a focus is done on a particular call or address. How do I clear that marker.&lt;/P&gt;&lt;P&gt;Here is how I am adding it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Set colors of results marker...&lt;BR /&gt; IGraphicProperties graphicProperties = new CommandsEnvironmentClass();&lt;BR /&gt; //Get the IRgbColor interface&lt;BR /&gt; IRgbColor color = new RgbColorClass();&lt;/P&gt;&lt;P&gt;color.RGB = Color.Lime.ToArgb();&lt;/P&gt;&lt;P&gt;//Get the IMarkerSymbol interface&lt;BR /&gt; IMarkerSymbol marker = (IMarkerSymbol)graphicProperties.MarkerSymbol;&lt;/P&gt;&lt;P&gt;marker.Color = color;&lt;BR /&gt; marker.Size = 10;&lt;BR /&gt; graphicProperties.MarkerSymbol = marker;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how would I remove it? I tried setting the Marker Symbol to null, but that didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Liz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jan 2020 20:43:21 GMT</pubDate>
    <dc:creator>ElizabethWare1</dc:creator>
    <dc:date>2020-01-16T20:43:21Z</dc:date>
    <item>
      <title>Remove marker from map when a call is removed</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/remove-marker-from-map-when-a-call-is-removed/m-p/430930#M1473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3453"&gt;Brad Niemand&lt;/A&gt;&amp;nbsp;I am adding a marker when a focus is done on a particular call or address. How do I clear that marker.&lt;/P&gt;&lt;P&gt;Here is how I am adding it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Set colors of results marker...&lt;BR /&gt; IGraphicProperties graphicProperties = new CommandsEnvironmentClass();&lt;BR /&gt; //Get the IRgbColor interface&lt;BR /&gt; IRgbColor color = new RgbColorClass();&lt;/P&gt;&lt;P&gt;color.RGB = Color.Lime.ToArgb();&lt;/P&gt;&lt;P&gt;//Get the IMarkerSymbol interface&lt;BR /&gt; IMarkerSymbol marker = (IMarkerSymbol)graphicProperties.MarkerSymbol;&lt;/P&gt;&lt;P&gt;marker.Color = color;&lt;BR /&gt; marker.Size = 10;&lt;BR /&gt; graphicProperties.MarkerSymbol = marker;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how would I remove it? I tried setting the Marker Symbol to null, but that didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Liz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2020 20:43:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/remove-marker-from-map-when-a-call-is-removed/m-p/430930#M1473</guid>
      <dc:creator>ElizabethWare1</dc:creator>
      <dc:date>2020-01-16T20:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remove marker from map when a call is removed</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/remove-marker-from-map-when-a-call-is-removed/m-p/430931#M1474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Liz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I am not of much help here.&amp;nbsp; You are working in an area where I have no experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this thread will help though?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/114287"&gt;https://community.esri.com/thread/114287&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2020 21:08:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/remove-marker-from-map-when-a-call-is-removed/m-p/430931#M1474</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2020-01-16T21:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Remove marker from map when a call is removed</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/remove-marker-from-map-when-a-call-is-removed/m-p/430932#M1475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Brad. Maybe someone else has an idea. I am viewing the one you sent. Currently, I don't believe my marker is in its own layer, but I would think I would be able to clear out the marker. I will keep looking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2020 21:52:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/remove-marker-from-map-when-a-call-is-removed/m-p/430932#M1475</guid>
      <dc:creator>ElizabethWare1</dc:creator>
      <dc:date>2020-01-16T21:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remove marker from map when a call is removed</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/remove-marker-from-map-when-a-call-is-removed/m-p/430933#M1476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have figure it out. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2020 23:12:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/remove-marker-from-map-when-a-call-is-removed/m-p/430933#M1476</guid>
      <dc:creator>ElizabethWare1</dc:creator>
      <dc:date>2020-01-16T23:12:12Z</dc:date>
    </item>
  </channel>
</rss>

