<?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: List all polylines, inner texts and dimensions in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10748976#M2890</link>
    <description>&lt;P&gt;@Anonymous&amp;nbsp;thank you for accepted as solution. Did you try the code? I'm still working on.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Nov 2021 19:54:22 GMT</pubDate>
    <dc:creator>grobnik</dc:creator>
    <dc:date>2021-11-10T19:54:22Z</dc:date>
    <item>
      <title>List all polylines, inner texts and dimensions</title>
      <link>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10742345#M2880</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One user requested me a Excel VBA to list all polylines, inner texts and dimensions.&lt;/P&gt;&lt;P&gt;I checked on search and could not find a solution.&lt;/P&gt;&lt;P&gt;I attached a AutoCAD example.&lt;/P&gt;&lt;P&gt;There are several polylines and I know I need to make a loop to get all polylines and check one by one if there is a text inside it and after that make a way to link the dimension to the polyline.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dimension x label.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/986992i86E2636AEF007433/image-size/large?v=v2&amp;amp;px=999" role="button" title="dimension x label.jpg" alt="dimension x label.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 11:23:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10742345#M2880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-08T11:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: List all polylines, inner texts and dimensions</title>
      <link>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10742674#M2881</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;looking at dwg, seems that figure you showed are not polyline but only line.&lt;/P&gt;&lt;P&gt;Could you please clarify ?.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 13:56:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10742674#M2881</guid>
      <dc:creator>grobnik</dc:creator>
      <dc:date>2021-11-08T13:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: List all polylines, inner texts and dimensions</title>
      <link>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10742682#M2882</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/472256"&gt;@grobnik&lt;/a&gt;&amp;nbsp;you are right.&lt;/P&gt;&lt;P&gt;I justa talked to the user.&lt;/P&gt;&lt;P&gt;He told me that the lines are not closed.&lt;/P&gt;&lt;P&gt;I thought they were closed polylines.&lt;/P&gt;&lt;P&gt;I think it will not possible as they are not a single line or a closed polyline to identify if there is a text inside it, right?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 13:58:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10742682#M2882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-08T13:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: List all polylines, inner texts and dimensions</title>
      <link>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10742770#M2883</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;everything it will be possible, it depends what will be the purpose, of course if you want export vertex of polyline, instead single lines I guess it will be more easy.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 14:32:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10742770#M2883</guid>
      <dc:creator>grobnik</dc:creator>
      <dc:date>2021-11-08T14:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: List all polylines, inner texts and dimensions</title>
      <link>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10742969#M2884</link>
      <description>&lt;P&gt;Yes I think I will nedd to first convert the lines on one closed polyline.&lt;/P&gt;&lt;P&gt;I just prepared a VBA to list the lines.&lt;/P&gt;&lt;P&gt;Now I need to find a way to make a single closed polyline.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Public Sub lista_poly()


    Dim Myapp As Object
    Dim MyDwg As AcadDocument
    Dim obj As AcadObject
    Dim ent As AcadEntity
    Dim text As AcadText
    Dim w As Worksheet
    Dim Ppos() As Double
    Dim line As AcadLine
    Dim pontos As Double
    
    Set Myapp = GetObject(, "Autocad.application")
    Set MyDwg = Myapp.ActiveDocument


i = 2
    tot_ent = MyDwg.ModelSpace.Count 'conta quantidade de objetos no AutoCad
For i2 = 0 To tot_ent - 1
            type_ent = MyDwg.ModelSpace.Item(i2).ObjectName
            If type_ent = "AcDbLine" Then
            Set line = MyDwg.ModelSpace.Item(i2)
            
            CCelula = "A" &amp;amp; i
            CCelula2 = "B" &amp;amp; i
            CCelula3 = "C" &amp;amp; i
            'Ddim = MyDwg.ModelSpace.Item(i2).Measurement
            'Dim retPoint As Variant
            'retPoint = MyDwg.ModelSpace.Item(i2).TextPosition
            Worksheets("Planilha1").Range(CCelula).Value = line.StartPoint(0)
            Worksheets("Planilha1").Range(CCelula2).Value = line.StartPoint(1)
            'Worksheets("Planilha1").Range(CCelula2).Value = line.EndPoint
            Worksheets("Planilha1").Range(CCelula3).Value = line.ObjectID
            i = i + 1
            End If
Next

End Sub&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 08 Nov 2021 15:53:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10742969#M2884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-08T15:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: List all polylines, inner texts and dimensions</title>
      <link>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10742978#M2885</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Ok, I'll look at your code, but seems you are doing the opposite, so instead export to excel you are writing your code in excel searching polylines into the drawing.&lt;/P&gt;&lt;P&gt;I guess it's better to do the opposite, due to sometimes could be not so easy pointing object, or using some functionality available in Autocad VBA, instead Excel VBA, however it's a choice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 15:58:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10742978#M2885</guid>
      <dc:creator>grobnik</dc:creator>
      <dc:date>2021-11-08T15:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: List all polylines, inner texts and dimensions</title>
      <link>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10743030#M2886</link>
      <description>&lt;P&gt;I'm quite new at AutoCAD, so I was thinking about identifying the right sequence on Excel and return to AutoCAD with the points.&lt;/P&gt;&lt;P&gt;Is there a way through VBA to use the "JOIN" sending the ObjectIDs?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 16:23:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10743030#M2886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-08T16:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: List all polylines, inner texts and dimensions</title>
      <link>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10743140#M2887</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;Now I'm confused please help me to understand well:&lt;/P&gt;&lt;P&gt;1) You want to use excel VBA instead Autocad VBA ok it's a choice.&lt;/P&gt;&lt;P&gt;2) You have a drawing with lines not jointed and you want to export vertex to Excel right ? but with identification by text inside.&lt;/P&gt;&lt;P&gt;2a) Option to point 2: you have vertex in Excel and want to transfer to CAD as line or Polyline ?&amp;nbsp; and write text inside ?&lt;/P&gt;&lt;P&gt;3) Do you want to transform or "joint" lines to polylines ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess that argument are different from your starting request. If you want I can help you with option 1, but I guess the single lines shall be converted in polyline.&lt;/P&gt;&lt;P&gt;In addition I would like you just a couple of questions on text inside. it will be always on the same layer ? or could be different. Looking at your drawing text inside it's placed on two different coordinates, contents seems equal could you confirm ? thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 17:14:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10743140#M2887</guid>
      <dc:creator>grobnik</dc:creator>
      <dc:date>2021-11-08T17:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: List all polylines, inner texts and dimensions</title>
      <link>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10743329#M2888</link>
      <description>&lt;P&gt;1) You want to use excel VBA instead Autocad VBA ok it's a choice.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Yes, I want to use Excel VBA&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2) You have a drawing with lines not jointed and you want to export vertex to Excel right ? but with identification by text inside.&lt;/P&gt;&lt;P&gt;That is right, I want to make a table with dimension and text.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2a) Option to point 2: you have vertex in Excel and want to transfer to CAD as line or Polyline ?&amp;nbsp; and write text inside ?&lt;/P&gt;&lt;P&gt;The Excel file with vertex would be an intermediate step to transform the line on polyline.&lt;/P&gt;&lt;P&gt;3) Do you want to transform or "joint" lines to polylines ?&lt;/P&gt;&lt;P&gt;I do not need to transform to polyline, but it seems easier to work. And there is another point, there are several "polygons" on the dwg file. So I think the best way to assure the matching is making them a polyline.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your attention&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 18:36:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10743329#M2888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-08T18:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: List all polylines, inner texts and dimensions</title>
      <link>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10747195#M2889</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;&lt;P&gt;here below a sample code, that could be fixed more but it's a starting point, that should help you with your issue&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Public Sub lista_poly()
    Dim Myapp As Object
    Dim MyDwg As AcadDocument
    Dim Obj As AcadObject
    Dim Ent As AcadEntity
    Dim text As AcadText
    Dim w As Worksheet
    Dim Ppos() As Double
    Dim line As AcadLine
    Dim pontos As Double
    
    Dim MySset As AcadSelectionSet
    Dim FilterType(4) As Integer
    Dim FilterData(4) As Variant
    Dim P1(0 To 2) As Double
    Dim P2(0 To 2) As Double
    
    R = 2
    Set Myapp = GetObject(, "Autocad.application")
    Set MyDwg = Myapp.ActiveDocument
    Sheets(1).Range("B1") = "X"
    Sheets(1).Range("C1") = "Y"
    For Each Obj In MyDwg.ModelSpace
        If TypeOf Obj Is AcadLWPolyline Then

            Line_Pos = Obj.Coordinates
            For i = 0 To UBound(Line_Pos) Step 2
               Sheets(1).Range("B" &amp;amp; R) = Line_Pos(i)
               Sheets(1).Range("C" &amp;amp; R) = Line_Pos(i + 1)
               R = R + 1
            Next
          '  GetMaxNumber (Line_Pos)

        P1(0) = Line_Pos(0)
        P1(1) = Line_Pos(1)
        P1(2) = 0
        
        P2(0) = UBound(Line_Pos) - 1
        P2(1) = UBound(Line_Pos)
        P2(2) = 0
        
        On Error Resume Next
        Set MySset = MyDwg.SelectionSets.Add("MySel")
        
        If Err.Number &amp;lt;&amp;gt; 0 Then
            MyDwg.SelectionSets.Item("MySel").Delete
            Set MySset = MyDwg.SelectionSets.Add("MySel")
        End If
        
        FilterType(0) = -4
        FilterData(0) = "&amp;lt;or"
        FilterType(1) = 0
        FilterData(1) = "TEXT"
        FilterType(2) = 0
        FilterData(2) = "MTEXT"
        FilterType(3) = 0
        FilterData(3) = "DIMENSION"
        FilterType(4) = -4
        FilterData(4) = "or&amp;gt;"
        
        'MySset.Select acSelectionSetWindow, P2, P1, FilterType, FilterData
        MySset.Select acSelectionSetAll, , , FilterType, FilterData
        If MySset.Count &amp;gt;= 1 Then
            For a = 0 To MySset.Count
                Select Case MySset.Item(a).ObjectName
                Case "AcDbText"
                    Sheets(1).Range("A" &amp;amp; R) = MySset.Item(a).TextString
                Case "AcDbRotatedDimension"
                    Debug.Print "DIMENSION ROTATED"
                    Sheets(1).Range("D" &amp;amp; R) = MySset.Item(a).Measurement
                    R = R + 1
                End Select
            Next
        End If
        End If
    Next
    End Sub&lt;/LI-CODE&gt;&lt;P&gt;It's based upon a polyline, see attached drawing.&lt;/P&gt;&lt;P&gt;The part of code&amp;nbsp;'MySset.Select acSelectionSetWindow, P2, P1, FilterType, FilterData, could be used for refine text search related inside the founded polyline.&lt;/P&gt;&lt;P&gt;I mean, that whenever you find a polyline object, and you are retrieving the&amp;nbsp; coordinates, you can with a function find the max and min value inside the vertex coordinates array, based upon that value in the coordinates array are stored by X, following Y value for each vertex.&lt;/P&gt;&lt;P&gt;So if you search TEXT, and DIMENSION with Selection Set around the MIN and MAX vertex coordinates value, you will be sure to catch the text and dimensions of found polyline on drawing no more.&lt;/P&gt;&lt;P&gt;In the next days I'll try to develop this part too and make some test, I'll keep you informed.&lt;/P&gt;&lt;P&gt;I hope above could help you more.&lt;/P&gt;&lt;P&gt;See attached sample xlsm (with macro inside) and drawing with polyline.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 07:36:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10747195#M2889</guid>
      <dc:creator>grobnik</dc:creator>
      <dc:date>2021-11-10T07:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: List all polylines, inner texts and dimensions</title>
      <link>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10748976#M2890</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;thank you for accepted as solution. Did you try the code? I'm still working on.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 19:54:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10748976#M2890</guid>
      <dc:creator>grobnik</dc:creator>
      <dc:date>2021-11-10T19:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: List all polylines, inner texts and dimensions</title>
      <link>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10750297#M2891</link>
      <description>&lt;P&gt;I'm testing but I found another issue.&lt;/P&gt;&lt;P&gt;The guys did not standardized the lines, there are lines and polylines.&lt;/P&gt;&lt;P&gt;The first time I tried your vba it did not get any data, so I found out that they were lines ,,,&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_without_mouth:"&gt;😶&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for yout attention,&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/472256"&gt;@grobnik&lt;/a&gt;&amp;nbsp;I'm trying to adapt your code to identify the line too.&lt;/P&gt;&lt;P&gt;I change the if (&lt;STRONG&gt;If TypeOf Obj Is AcadPolyline Or TypeOf Obj Is AcadLine Then&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;But not it is saying that the "object does not accept the property or method" I guess it because of the&amp;nbsp;Obj.Coordinates that cannot be used with line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Public Sub lista_poly()
    Dim Myapp As Object
    Dim MyDwg As AcadDocument
    Dim Obj As AcadObject
    Dim Ent As AcadEntity
    Dim text As AcadText
    Dim w As Worksheet
    Dim Ppos() As Double
    Dim line As AcadLine
    Dim pontos As Double
    
    Dim MySset As AcadSelectionSet
    Dim FilterType(4) As Integer
    Dim FilterData(4) As Variant
    Dim P1(0 To 2) As Double
    Dim P2(0 To 2) As Double
    
    R = 2
    Set Myapp = GetObject(, "Autocad.application")
    Set MyDwg = Myapp.ActiveDocument
    Sheets(1).Range("B1") = "X"
    Sheets(1).Range("C1") = "Y"
    x = 1
    For Each Obj In MyDwg.ModelSpace
        If TypeOf Obj Is AcadPolyline Or TypeOf Obj Is AcadLine Then
            
            Line_Pos = Obj.Coordinates
            For i = 0 To UBound(Line_Pos) Step 2
               Sheets(1).Range("B" &amp;amp; R) = Line_Pos(i)
               Sheets(1).Range("C" &amp;amp; R) = Line_Pos(i + 1)
               R = R + 1
            Next
          '  GetMaxNumber (Line_Pos)

        P1(0) = Line_Pos(0)
        P1(1) = Line_Pos(1)
        P1(2) = 0
        
        P2(0) = UBound(Line_Pos) - 1
        P2(1) = UBound(Line_Pos)
        P2(2) = 0
        
        On Error Resume Next
        Set MySset = MyDwg.SelectionSets.Add("MySel")
        
        If Err.Number &amp;lt;&amp;gt; 0 Then
            MyDwg.SelectionSets.Item("MySel").Delete
            Set MySset = MyDwg.SelectionSets.Add("MySel")
        End If
        
        FilterType(0) = -4
        FilterData(0) = "&amp;lt;or"
        FilterType(1) = 0
        FilterData(1) = "TEXT"
        FilterType(2) = 0
        FilterData(2) = "MTEXT"
        FilterType(3) = 0
        FilterData(3) = "DIMENSION"
        FilterType(4) = -4
        FilterData(4) = "or&amp;gt;"
        
        'MySset.Select acSelectionSetWindow, P2, P1, FilterType, FilterData
        MySset.Select acSelectionSetAll, , , FilterType, FilterData
        If MySset.Count &amp;gt;= 1 Then
            For a = 0 To MySset.Count
                Select Case MySset.Item(a).ObjectName
                Case "AcDbText"
                    Sheets(1).Range("A" &amp;amp; R) = MySset.Item(a).TextString
                Case "AcDbRotatedDimension"
                    Debug.Print "DIMENSION ROTATED"
                    Sheets(1).Range("D" &amp;amp; R) = MySset.Item(a).Measurement
                    R = R + 1
                End Select
            Next
        End If
        End If
    Next
    End Sub&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andreiguti_0-1636626967354.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/988475iDD169B168A7CDF51/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andreiguti_0-1636626967354.png" alt="andreiguti_0-1636626967354.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 10:39:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10750297#M2891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-11T10:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: List all polylines, inner texts and dimensions</title>
      <link>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10750324#M2892</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;probably the error concern the coordinates obj properties, which should be available for polyline, but not to for line obj type.&lt;/P&gt;&lt;P&gt;Line has &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;StartPoint&amp;nbsp;&lt;/STRONG&gt; &lt;/FONT&gt;and&amp;nbsp;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;EndPoint&lt;/STRONG&gt; &lt;/FONT&gt;coordinate reference (3p, double var type) instead "&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;coordinates&lt;/STRONG&gt;&lt;/FONT&gt;" of polyline.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You should differentiate the two object found cases and store in an array in case of Line object type.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 10:53:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/list-all-polylines-inner-texts-and-dimensions/m-p/10750324#M2892</guid>
      <dc:creator>grobnik</dc:creator>
      <dc:date>2021-11-11T10:53:28Z</dc:date>
    </item>
  </channel>
</rss>

