<?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: How can I remove a certain graphic added from Timeline?? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-remove-a-certain-graphic-added-from/m-p/397674#M10285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Josh, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Map.TimeExtent property is the range of dates you want to see. Each Graphic object has a TimeExtent property when the Graphic.TimeExtent property is within a valid range of the Map.TimeExtent property the graphic is made visible. In the example I linked the Map.TimeExtent property is bound to the TimeSlider control as the Thumbs move the TimeExtent property of the map is changed thus hiding or showing graphics on the map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2011 19:39:10 GMT</pubDate>
    <dc:creator>ChristopherHill</dc:creator>
    <dc:date>2011-03-15T19:39:10Z</dc:date>
    <item>
      <title>How can I remove a certain graphic added from Timeline??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-remove-a-certain-graphic-added-from/m-p/397671#M10282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a Silverlight App that shows Wells features based on a time event (Start_Date).&amp;nbsp; There is (End_Date) field on that feature that I would like to remove the feature from the map when TimeSlider is past.&amp;nbsp; How can I do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for any help..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Josh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 20:09:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-remove-a-certain-graphic-added-from/m-p/397671#M10282</guid>
      <dc:creator>JoshV</dc:creator>
      <dc:date>2011-03-14T20:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove a certain graphic added from Timeline??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-remove-a-certain-graphic-added-from/m-p/397672#M10283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the TimeMode you are using of the TimeSlider. By default the TimeSlider is set to cumulative which locks the minimum thumb to the start and allows the maximum thumb to freely move showing you everything from start to where you maximum thumb is on the slider. there are two other modes of the time slider, TimeInstant and TimeExtent. TimeInstant places both thumbs directly on top of each other only querying graphics that match the current DateTime down to the exact millisecond. the TimeExtent allows both thumbs to move freely letting you examine a range of dates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a link to one of the examples of working with time aware data and the time slider in our SDK&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TimeFeatureLayer"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TimeFeatureLayer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 21:04:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-remove-a-certain-graphic-added-from/m-p/397672#M10283</guid>
      <dc:creator>ChristopherHill</dc:creator>
      <dc:date>2011-03-14T21:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove a certain graphic added from Timeline??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-remove-a-certain-graphic-added-from/m-p/397673#M10284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What is the TimeMode you are using of the TimeSlider. By default the TimeSlider is set to cumulative which locks the minimum thumb to the start and allows the maximum thumb to freely move showing you everything from start to where you maximum thumb is on the slider. there are two other modes of the time slider, TimeInstant and TimeExtent. TimeInstant places both thumbs directly on top of each other only querying graphics that match the current DateTime down to the exact millisecond. the TimeExtent allows both thumbs to move freely letting you examine a range of dates.&lt;BR /&gt;&lt;BR /&gt;Here is a link to one of the examples of working with time aware data and the time slider in our SDK&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TimeFeatureLayer"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TimeFeatureLayer&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Chris-&amp;nbsp; In the example link you gave me, how is the data appearing and disappearing?&amp;nbsp; That is exactly what I need to do but I don't understand how that is happening.&amp;nbsp; Is a definition query in the map service or something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Josh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 11:16:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-remove-a-certain-graphic-added-from/m-p/397673#M10284</guid>
      <dc:creator>JoshV</dc:creator>
      <dc:date>2011-03-15T11:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove a certain graphic added from Timeline??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-remove-a-certain-graphic-added-from/m-p/397674#M10285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Josh, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Map.TimeExtent property is the range of dates you want to see. Each Graphic object has a TimeExtent property when the Graphic.TimeExtent property is within a valid range of the Map.TimeExtent property the graphic is made visible. In the example I linked the Map.TimeExtent property is bound to the TimeSlider control as the Thumbs move the TimeExtent property of the map is changed thus hiding or showing graphics on the map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 19:39:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-remove-a-certain-graphic-added-from/m-p/397674#M10285</guid>
      <dc:creator>ChristopherHill</dc:creator>
      <dc:date>2011-03-15T19:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove a certain graphic added from Timeline??</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-remove-a-certain-graphic-added-from/m-p/397675#M10286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Josh, &lt;BR /&gt;&lt;BR /&gt;The Map.TimeExtent property is the range of dates you want to see. Each Graphic object has a TimeExtent property when the Graphic.TimeExtent property is within a valid range of the Map.TimeExtent property the graphic is made visible. In the example I linked the Map.TimeExtent property is bound to the TimeSlider control as the Thumbs move the TimeExtent property of the map is changed thus hiding or showing graphics on the map.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Chris-&amp;nbsp; That helped me figure it out.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 20:40:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-remove-a-certain-graphic-added-from/m-p/397675#M10286</guid>
      <dc:creator>JoshV</dc:creator>
      <dc:date>2011-03-15T20:40:48Z</dc:date>
    </item>
  </channel>
</rss>

