<?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 to hide/unhide FDO features through vb.net c# or lisp code in AutoCAD Map 3D Developer Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6437908#M1105</link>
    <description>&lt;P&gt;Hi sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can i stylize fdo layer by overrule query through vb.net c# or lisp without using layerdefination xml&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2016 09:07:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-15T09:07:28Z</dc:date>
    <item>
      <title>How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6435800#M1098</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to hide/unhide only selected FDO features(oracle database) through programming .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manually option is there inside the query filter but i want it automatic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any one can help me i am using auto cad 2015 map&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim currentMap As Autodesk.Gis.Map.Platform.AcMapMap = Autodesk.Gis.Map.Platform.AcMapMap.GetCurrentMap()&lt;BR /&gt;' Dim layers As MgLayerCollection = currentMap.GetLayers()&lt;/P&gt;&lt;P&gt;Dim layers As MgLayerCollection = currentMap.GetLayers()&lt;BR /&gt;Dim layer As Autodesk.Gis.Map.Platform.AcMapLayer = layers.GetItem("CONDUIT")&lt;/P&gt;&lt;P&gt;Dim query As MgFeatureQueryOptions = New MgFeatureQueryOptions()&lt;BR /&gt;query.SetFilter("OBJECTID = 183075")&lt;/P&gt;&lt;P&gt;Dim featureReader As MgFeatureReader = layer.SelectFeatures(query)&lt;BR /&gt;Dim selectionSet As Autodesk.Gis.Map.Platform.AcMapSelection = New Autodesk.Gis.Map.Platform.AcMapSelection(currentMap)&lt;/P&gt;&lt;P&gt;selectionSet.AddFeatures(layer, featureReader, 0)&lt;/P&gt;&lt;P&gt;featureReader.Close()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If layer.Visible = True Then&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;layer.SetFeatureVisibility(selectionSet, True)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;End If&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it is showing erro on this line&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;layer.SetFeatureVisibility(selectionSet, True)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 11:57:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6435800#M1098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-14T11:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6435840#M1099</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;&amp;gt;&amp;gt; I want to hide/unhide only selected FDO features(oracle database) through programming .&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Imho that does not work, you might check either the styles or the filter for layers to make the display of single entities invisible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:16:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6435840#M1099</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2016-07-14T12:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6437366#M1100</link>
      <description>&lt;P&gt;How can i stylize through programming there are option to assign query to display as &amp;nbsp;a manually but i am not getting any option in programming.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please if you have code to stylize fdo feature by its query .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can change through layerdefinitation xml&amp;nbsp;but it is not suitable for one feature suppose some time i want to hide one feature and after 1 minute i want to hide one more other feature so it is time taken process to change layerdefination file.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 03:26:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6437366#M1100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-15T03:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6437369#M1101</link>
      <description>&lt;P&gt;one more thing i dont have permit-ion to update in oracle database it is only for readable.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 03:29:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6437369#M1101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-15T03:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6437379#M1102</link>
      <description>&lt;P&gt;Ya its working i got the problem and resolved&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanksv&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Fri, 15 Jul 2016 03:39:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6437379#M1102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-15T03:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6437388#M1103</link>
      <description>&lt;P&gt;I have another issue regarding fdo layer.&lt;/P&gt;&lt;P&gt;some times i got error in FDO&amp;nbsp;layer and shows error message "feature can not be refresh" but&amp;nbsp;layer symbol is ok in drawing&amp;nbsp;and it's layer palates &amp;nbsp;shows yellow color error markup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i see the property of that layer "by selecting layer and right click" some option is not active now like "query to filter data" etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do refresh but no changes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do disconnect and reconnect the oracle data but no changes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found only&amp;nbsp;one solution&amp;nbsp;that i i have to remove that layer from map and make a new query to attach that layer freshly but it is not correct solution i want to correct in the same layer without attaching fresh layer.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 03:49:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6437388#M1103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-15T03:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6437477#M1104</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;&amp;gt;&amp;gt; when i see the property of that layer "by selecting layer and right click" some option is not active&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Some options are disabled when geometry is in edit-state or checked out.&lt;/P&gt;
&lt;P&gt;After checking in all features you should get back all context-menu items.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 05:36:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6437477#M1104</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2016-07-15T05:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6437908#M1105</link>
      <description>&lt;P&gt;Hi sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can i stylize fdo layer by overrule query through vb.net c# or lisp without using layerdefination xml&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 09:07:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6437908#M1105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-15T09:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6439650#M1106</link>
      <description>&lt;P&gt;after hiding the features i close the file with save then open it again but hidden&amp;nbsp;features is showing in drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to hide until i do not allow to show features. please suggest&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 16:20:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6439650#M1106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-15T16:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6439663#M1107</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;&amp;gt;&amp;gt; after hiding the features i close the file with save then open &lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;&amp;gt;&amp;gt; it again but hidden&amp;nbsp;features is showing in drawing&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Which way did you now choose to hide features?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 16:22:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6439663#M1107</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2016-07-15T16:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6443612#M1108</link>
      <description>&lt;P&gt;I used this code to hide fature--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim currentMap As Autodesk.Gis.Map.Platform.AcMapMap = Autodesk.Gis.Map.Platform.AcMapMap.GetCurrentMap()&lt;BR /&gt;' Dim layers As MgLayerCollection = currentMap.GetLayers()&lt;/P&gt;&lt;P&gt;Dim layers As MgLayerCollection = currentMap.GetLayers()&lt;BR /&gt;Dim layer As Autodesk.Gis.Map.Platform.AcMapLayer = layers.GetItem("CONDUIT")&lt;/P&gt;&lt;P&gt;Dim query As MgFeatureQueryOptions = New MgFeatureQueryOptions()&lt;BR /&gt;query.SetFilter("OBJECTID = 183075")&lt;/P&gt;&lt;P&gt;Dim featureReader As MgFeatureReader = layer.SelectFeatures(query)&lt;BR /&gt;Dim selectionSet As Autodesk.Gis.Map.Platform.AcMapSelection = New Autodesk.Gis.Map.Platform.AcMapSelection(currentMap)&lt;/P&gt;&lt;P&gt;selectionSet.AddFeatures(layer, featureReader, 0)&lt;/P&gt;&lt;P&gt;featureReader.Close()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If layer.Visible = True Then&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;layer.SetFeatureVisibility(selectionSet, True)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;End If&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it is showing erro on this line&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;layer.SetFeatureVisibility(selectionSet, True)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2016 06:50:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6443612#M1108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-17T06:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6443614#M1109</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2016 06:53:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6443614#M1109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-17T06:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6443615#M1110</link>
      <description>I used this code to hide feature Dim currentMap As Autodesk.Gis.Map.Platform.AcMapMap = Autodesk.Gis.Map.Platform.AcMapMap.GetCurrentMap() ' Dim layers As MgLayerCollection = currentMap.GetLayers() Dim layers As MgLayerCollection = currentMap.GetLayers() Dim layer As Autodesk.Gis.Map.Platform.AcMapLayer = layers.GetItem("CONDUIT") Dim query As MgFeatureQueryOptions = New MgFeatureQueryOptions() query.SetFilter("OBJECTID = 183075") Dim featureReader As MgFeatureReader = layer.SelectFeatures(query) Dim selectionSet As Autodesk.Gis.Map.Platform.AcMapSelection = New Autodesk.Gis.Map.Platform.AcMapSelection(currentMap) selectionSet.AddFeatures(layer, featureReader, 0) featureReader.Close() &amp;nbsp; If layer.Visible = True Then layer.SetFeatureVisibility(selectionSet, True) End If &amp;nbsp; but it is showing erro on this line&amp;nbsp; &amp;nbsp; layer.SetFeatureVisibility(selectionSet, True)</description>
      <pubDate>Sun, 17 Jul 2016 06:53:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6443615#M1110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-17T06:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6444384#M1111</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;have you checked, that the selectionset is not empty?&lt;/P&gt;
&lt;P&gt;The Problem of objectid is that it is not constant. Everytime you open a drawing the objectids are new.&lt;/P&gt;
&lt;P&gt;You should use the Featureid or something other that is constant to select the feature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The most important thing is, to show us the error message.&lt;/P&gt;
&lt;P&gt;Then we better can help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thorsten&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 08:07:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6444384#M1111</guid>
      <dc:creator>scheel</dc:creator>
      <dc:date>2016-07-18T08:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6444635#M1112</link>
      <description>&lt;P&gt;There is no error .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i hide the features and save the drawing and&amp;nbsp;close after that&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i open the same drawing again, hidden feature is available in drawing (which features should be as a hidden mode) i used &amp;nbsp;another unique column id which is not changeable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE-I have no permit-ion to overwrite in oracle database. oracle database is &amp;nbsp;just readable mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;suggest.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 11:38:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6444635#M1112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-18T11:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide/unhide FDO features through vb.net c# or lisp code</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6444899#M1113</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;now I'm a little bit in confusion. You write many times your code and every time I can read " but it is showing erro on this line" at the bottom of your code. Now you write there is no error. So what is true?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In message 5 of this chat you write you solved it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To your Problem unable to can refresh, Alfred is right. you have to control if there is any feature be checked out. That could also be a deleted feature.&lt;/P&gt;
&lt;P&gt;Then you have first to checkin and then you can refresh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get the unhide of features permanent but be able to change this, I have a solution:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;You connect to a fdo table you have full Access, containing a key to join to your oracle table and a property to switch on/off&lt;/LI&gt;
&lt;LI&gt;You also connect to the oracle table and create the layer in the drawing&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Create a join between the Oracle tabel and your own table&lt;/LI&gt;
&lt;LI&gt;Change teh stylization to recognize the property in your table&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Now you only have to change your property in your table to switch on/off and you didn't need write access to oracle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thorsten&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 13:44:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/how-to-hide-unhide-fdo-features-through-vb-net-c-or-lisp-code/m-p/6444899#M1113</guid>
      <dc:creator>scheel</dc:creator>
      <dc:date>2016-07-18T13:44:49Z</dc:date>
    </item>
  </channel>
</rss>

