<?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 Is it possible to hide&amp;nbsp; a Dataframe from TOC using VB.NET (arcgis 9.2)? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-hide-nbsp-a-dataframe-from-toc/m-p/715382#M19068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If we have multiple data frames in a TOC (display View), is it possible to hide a particular Dataframe legend &amp;amp; associated layers from TOC using VB.NET. I am trying to create one view corresponding to one Data frame. So that the user can select one data frame (with predefined&amp;nbsp; name) at one time using an external button (unique button for each predefined dataframes). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ps. I don't have an ArcGIS engine &amp;amp; I am using Arcmap 9.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2012 04:32:27 GMT</pubDate>
    <dc:creator>AnishKumar</dc:creator>
    <dc:date>2012-10-10T04:32:27Z</dc:date>
    <item>
      <title>Is it possible to hide  a Dataframe from TOC using VB.NET (arcgis 9.2)?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-hide-nbsp-a-dataframe-from-toc/m-p/715382#M19068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If we have multiple data frames in a TOC (display View), is it possible to hide a particular Dataframe legend &amp;amp; associated layers from TOC using VB.NET. I am trying to create one view corresponding to one Data frame. So that the user can select one data frame (with predefined&amp;nbsp; name) at one time using an external button (unique button for each predefined dataframes). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ps. I don't have an ArcGIS engine &amp;amp; I am using Arcmap 9.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 04:32:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-hide-nbsp-a-dataframe-from-toc/m-p/715382#M19068</guid>
      <dc:creator>AnishKumar</dc:creator>
      <dc:date>2012-10-10T04:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to hide  a Dataframe from TOC using VB.NET (arcgis 9.2)?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-hide-nbsp-a-dataframe-from-toc/m-p/715383#M19069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can manage the maps that are in a document via IMxDocument.Maps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 12:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-hide-nbsp-a-dataframe-from-toc/m-p/715383#M19069</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2012-10-10T12:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to hide  a Dataframe from TOC using VB.NET (arcgis 9.2)?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-hide-nbsp-a-dataframe-from-toc/m-p/715384#M19070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have never done this but my understanding is that the TOC inherits from a C++ treeview.&amp;nbsp; I know people who, in C++, were able to downcast the TOC to the C++ treeview type and read the properties of the treeview to access properties not exposed in AO.&amp;nbsp; You could probably change the properties too. Not too sure if this would be of any use though or if it is really supportable.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 20:24:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-hide-nbsp-a-dataframe-from-toc/m-p/715384#M19070</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2012-10-10T20:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to hide  a Dataframe from TOC using VB.NET (arcgis 9.2)?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-hide-nbsp-a-dataframe-from-toc/m-p/715385#M19071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Neil, If I use IMxDocument.Maps I could see only Count, Create, Item, Reset Remove and RemoveAt members. Could n't find a hide option or setting the "Visibilty" to it. If I cant hide the Dataframe legend from Display view another option I think i could use is create a Custom tab to the TOC with all the functionality of "Display Tab" with only the active Dataframe visible in that new TOC Tab. But I could not implement it because only the default three tabs (Display, Source, &amp;amp; Selection) are allowed ( I Also tried to add an additional content View but couldn't set properties to it as properties are Readonly)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to create a new custom Tab which works similar to "Display" Tab in the TOC. I tried an ArcGis Class with Base Implementation of an Application Framework TOC View (ArcMap). But this doesn't add any new tab to the TOC. Can you please suggest any options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anish&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can manage the maps that are in a document via IMxDocument.Maps.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 03:55:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-hide-nbsp-a-dataframe-from-toc/m-p/715385#M19071</guid>
      <dc:creator>AnishKumar</dc:creator>
      <dc:date>2012-10-11T03:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to hide  a Dataframe from TOC using VB.NET (arcgis 9.2)?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-hide-nbsp-a-dataframe-from-toc/m-p/715386#M19072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All you need to do is keep up with your own collection of maps.&amp;nbsp; When a document is opened, load your collection from the document's maps collection.&amp;nbsp; You "hide" a map by removing it from the document's maps collection.&amp;nbsp; You "show" the map by adding the map from your collection back into the document's maps collection.&amp;nbsp; When a document is closed, load all of the maps from your collection back into the document's collection so that the document remains unchanged.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 12:10:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-hide-nbsp-a-dataframe-from-toc/m-p/715386#M19072</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2012-10-11T12:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to hide  a Dataframe from TOC using VB.NET (arcgis 9.2)?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-hide-nbsp-a-dataframe-from-toc/m-p/715387#M19073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Neil, Seems a nice solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;All you need to do is keep up with your own collection of maps.&amp;nbsp; When a document is opened, load your collection from the document's maps collection.&amp;nbsp; You "hide" a map by removing it from the document's maps collection.&amp;nbsp; You "show" the map by adding the map from your collection back into the document's maps collection.&amp;nbsp; When a document is closed, load all of the maps from your collection back into the document's collection so that the document remains unchanged.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 10:04:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-it-possible-to-hide-nbsp-a-dataframe-from-toc/m-p/715387#M19073</guid>
      <dc:creator>AnishKumar</dc:creator>
      <dc:date>2012-10-12T10:04:30Z</dc:date>
    </item>
  </channel>
</rss>

