<?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: Macro to change all point groups in drawing pointstyle and pointlabelstyle to none in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11287381#M5233</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12459094"&gt;@RickfromtheNorth&lt;/a&gt;&amp;nbsp;I'm guessing you got the .NET tool to move the _AllPoints group to the top &lt;A href="https://forums.autodesk.com/t5/civil-3d-forum/point-group-order/m-p/8483359#M388224" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;. Further down in that thread I added a new tool which includes moving the "No_Display" group to the top.&lt;/P&gt;</description>
    <pubDate>Sat, 09 Jul 2022 16:36:29 GMT</pubDate>
    <dc:creator>Jeff_M</dc:creator>
    <dc:date>2022-07-09T16:36:29Z</dc:date>
    <item>
      <title>Macro to change all point groups in drawing pointstyle and pointlabelstyle to none</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11281140#M5228</link>
      <description>&lt;P&gt;Hi trying to write a macro to change all point groups pointstyle and pointlabelstyle to none in my current drawing.&lt;/P&gt;&lt;P&gt;Here is what I have so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;^c^c(if(setq ss(ssget "x" (list(cons 0 'PointGroups)))) (PROGN (REPEAT (SETQ I (SSLENGTH SS)) (SETQ OBJ (VLAX-ENAME-&amp;gt;vla-object (ssname ss (setq i (1- i)))))(vlax-put-styl obj 'PointStyles "&amp;lt;none&amp;gt;"))))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 18:09:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11281140#M5228</guid>
      <dc:creator>RickfromtheNorth</dc:creator>
      <dc:date>2022-07-06T18:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to change all point groups in drawing pointstyle and pointlabelstyle to none</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11284079#M5229</link>
      <description>&lt;P&gt;Pointgroups are not selectable entities so you need to get the PointGroups collection from the C3D activedocument. Regardless of that fact, I have never found a way using lisp to set the pointstyle or pointlabelstyle to none or nil.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 20:14:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11284079#M5229</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2022-07-07T20:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to change all point groups in drawing pointstyle and pointlabelstyle to none</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11286282#M5230</link>
      <description>&lt;P&gt;Well that's not good news, My goal was to be able to turn on and off just my points in drawing without dealing with point groups sending no display to the top and all that or putting points on a layer then turning that on and off. You mentioned accessing pointgroups through active document. If I wanted to change all my pointgroups, pointlabelstyle and pointstyle to something other than &amp;lt;none&amp;gt; is that possible?&lt;/P&gt;&lt;P&gt;Thanks Jeff for the Reply&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 19:12:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11286282#M5230</guid>
      <dc:creator>RickfromtheNorth</dc:creator>
      <dc:date>2022-07-08T19:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to change all point groups in drawing pointstyle and pointlabelstyle to none</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11286577#M5231</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12459094"&gt;@RickfromtheNorth&lt;/a&gt;&amp;nbsp;How would you deal with turning the point display back on? Once you change all PointGroups to have a no display style you would need a way to set them back to how they were. This would be very inefficient I would think. You would be better off, IMHO, to create a NoDisplay PG and have a toggle to move it to the top or bottom of the display order. This is something that can be done in .NET but the DisplayOrder is not available in COM.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 22:22:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11286577#M5231</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2022-07-08T22:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to change all point groups in drawing pointstyle and pointlabelstyle to none</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11287325#M5232</link>
      <description>&lt;P&gt;Your right it's not ideal I would have to toggle it back after again. I have a .net to move all points to the top but nothing for moving no display to the top. Is there a post with .net program that would do this on the forums here?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2022 15:35:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11287325#M5232</guid>
      <dc:creator>RickfromtheNorth</dc:creator>
      <dc:date>2022-07-09T15:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to change all point groups in drawing pointstyle and pointlabelstyle to none</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11287381#M5233</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12459094"&gt;@RickfromtheNorth&lt;/a&gt;&amp;nbsp;I'm guessing you got the .NET tool to move the _AllPoints group to the top &lt;A href="https://forums.autodesk.com/t5/civil-3d-forum/point-group-order/m-p/8483359#M388224" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;. Further down in that thread I added a new tool which includes moving the "No_Display" group to the top.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2022 16:36:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11287381#M5233</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2022-07-09T16:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to change all point groups in drawing pointstyle and pointlabelstyle to none</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11290153#M5234</link>
      <description>&lt;P&gt;Yes I see that, thx, Now I just need to add in movenodisplaytobottom to this somehow. I have visual studio now perhaps I can edit the code using that?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 17:24:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11290153#M5234</guid>
      <dc:creator>RickfromtheNorth</dc:creator>
      <dc:date>2022-07-11T17:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to change all point groups in drawing pointstyle and pointlabelstyle to none</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11290272#M5235</link>
      <description>&lt;P&gt;Yes, you should give it a try! Attached is the c# project to get you started.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 17:57:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11290272#M5235</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2022-07-11T17:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to change all point groups in drawing pointstyle and pointlabelstyle to none</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11305031#M5236</link>
      <description>&lt;P&gt;Thanks for the head start Jeff, is their a way to compile the code in Visual studio into a DLL? I can't seem to find anything handy from google.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 21:57:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11305031#M5236</guid>
      <dc:creator>RickfromtheNorth</dc:creator>
      <dc:date>2022-07-18T21:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to change all point groups in drawing pointstyle and pointlabelstyle to none</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11305049#M5237</link>
      <description>&lt;P&gt;When you Build the Solution it will create the dll in the folder specified in the Project properties.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 22:17:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11305049#M5237</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2022-07-18T22:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to change all point groups in drawing pointstyle and pointlabelstyle to none</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11305887#M5238</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12459094"&gt;@RickfromtheNorth&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you don't need any lisp to set all cogo points/label styles&amp;nbsp; to none, just set &lt;EM&gt;_All Point &lt;/EM&gt;points/label styles to none then move it to the top of all points groups.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 10:01:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11305887#M5238</guid>
      <dc:creator>essam-salah</dc:creator>
      <dc:date>2022-07-19T10:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Macro to change all point groups in drawing pointstyle and pointlabelstyle to none</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11309801#M5239</link>
      <description>&lt;P&gt;Hi, Yes I realize their are many work arounds but I want a one step process. I'm lazy like that. hahaha&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 19:25:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/macro-to-change-all-point-groups-in-drawing-pointstyle-and/m-p/11309801#M5239</guid>
      <dc:creator>RickfromtheNorth</dc:creator>
      <dc:date>2022-07-20T19:25:14Z</dc:date>
    </item>
  </channel>
</rss>

