<?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: Select Civil 3d Alignment in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/select-civil-3d-alignment/m-p/8473454#M23987</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LISP command should help you to identify the DXF-Name:&lt;/P&gt;
&lt;PRE&gt;(entget (car (entsel "Select your alignment: ")))&lt;/PRE&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
    <pubDate>Mon, 17 Dec 2018 19:54:40 GMT</pubDate>
    <dc:creator>Alfred.NESWADBA</dc:creator>
    <dc:date>2018-12-17T19:54:40Z</dc:date>
    <item>
      <title>Select Civil 3d Alignment</title>
      <link>https://forums.autodesk.com/t5/net-forum/select-civil-3d-alignment/m-p/8473144#M23986</link>
      <description>&lt;P&gt;Hallo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want to select just Alignment. For example, this code for selection of just a Circles&lt;/P&gt;
&lt;PRE class="pre codeblock prettyprint hljs javascript"&gt;Sub Ch4_FilterMtext()
  Dim sstext As AcadSelectionSet
  Dim FilterType(0) As Integer
  Dim FilterData(0) As Variant
  Set sstext = ThisDrawing.SelectionSets.Add("SS2")
  FilterType(0) = 0
  FilterData(0) = "Circle"
  sstext.SelectOnScreen FilterType, FilterData
End Sub&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;what is the name of Civil 3d Alignments???&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hossam&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 18:01:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/select-civil-3d-alignment/m-p/8473144#M23986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-17T18:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select Civil 3d Alignment</title>
      <link>https://forums.autodesk.com/t5/net-forum/select-civil-3d-alignment/m-p/8473454#M23987</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LISP command should help you to identify the DXF-Name:&lt;/P&gt;
&lt;PRE&gt;(entget (car (entsel "Select your alignment: ")))&lt;/PRE&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 19:54:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/select-civil-3d-alignment/m-p/8473454#M23987</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2018-12-17T19:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select Civil 3d Alignment</title>
      <link>https://forums.autodesk.com/t5/net-forum/select-civil-3d-alignment/m-p/8473497#M23988</link>
      <description>&lt;P&gt;thanks for your reply,&amp;nbsp;it works&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"AECC_ALIGNMENT"&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 20:20:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/select-civil-3d-alignment/m-p/8473497#M23988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-17T20:20:04Z</dc:date>
    </item>
  </channel>
</rss>

