<?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 IMapCache Interface in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/imapcache-interface/m-p/675873#M18089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to find examples on how the IMapCache Interface works, but I can't seem to find much on that. I'm trying to build a tool in VB.NET that will always start ArcMap with the Auo-Cache on and set to a Maximum Scale for the Cache. Basically, I just want to enabled everything in the Feature Cache Tab, in the Data Frame Properties. Anyone can point me to the right direction?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IMapCache Interface: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//001200000830000000" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//001200000830000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jan 2014 12:29:54 GMT</pubDate>
    <dc:creator>DaveCouture</dc:creator>
    <dc:date>2014-01-23T12:29:54Z</dc:date>
    <item>
      <title>IMapCache Interface</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/imapcache-interface/m-p/675873#M18089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to find examples on how the IMapCache Interface works, but I can't seem to find much on that. I'm trying to build a tool in VB.NET that will always start ArcMap with the Auo-Cache on and set to a Maximum Scale for the Cache. Basically, I just want to enabled everything in the Feature Cache Tab, in the Data Frame Properties. Anyone can point me to the right direction?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IMapCache Interface: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//001200000830000000" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//001200000830000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 12:29:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/imapcache-interface/m-p/675873#M18089</guid>
      <dc:creator>DaveCouture</dc:creator>
      <dc:date>2014-01-23T12:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: IMapCache Interface</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/imapcache-interface/m-p/675874#M18090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Got it!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Dim pMap As IMxDocument = My.ArcMap.Document Dim pCache As IMapCache = pMap.FocusMap&amp;nbsp; ' Enable (checkmark) the Automatically build cache... pCache.AutoCacheActive = True&amp;nbsp; ' Enable (checkmark) the set minimum scale for caching pCache.ScaleLimit = True&amp;nbsp; ' Set scale for caching pCache.MaxScale = 100000&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:58:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/imapcache-interface/m-p/675874#M18090</guid>
      <dc:creator>DaveCouture</dc:creator>
      <dc:date>2014-01-23T16:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: IMapCache Interface</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/imapcache-interface/m-p/675875#M18091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dave,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you were able to answer your own question, you should tick it as answered to let others know that a solution was found. This is helpful for the rest of us!&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, 23 Jan 2014 17:04:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/imapcache-interface/m-p/675875#M18091</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2014-01-23T17:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: IMapCache Interface</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/imapcache-interface/m-p/675876#M18092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks and done!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 18:23:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/imapcache-interface/m-p/675876#M18092</guid>
      <dc:creator>DaveCouture</dc:creator>
      <dc:date>2014-01-23T18:23:48Z</dc:date>
    </item>
  </channel>
</rss>

