<?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 : Filtered objects into a single polyline in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327946#M48730</link>
    <description>Hi Gilles,&lt;BR /&gt;Yes i shouldnt have started in .net...I have pasted the above code in a vb file and then im calling this function in another file&lt;BR /&gt;&lt;BR /&gt;newFile.vb contents....&lt;BR /&gt;Imports Project.JoinIntoPolyline.MyEditorExtensions&lt;BR /&gt;....&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;and calling the function&lt;BR /&gt;Call JoinIntoPolyline.Commands.MultipleJoin()&lt;BR /&gt;&lt;BR /&gt;but it is throwing exception here&lt;BR /&gt;&lt;BR /&gt;If Application.DocumentManager.IsApplicationContext Then&lt;BR /&gt;Throw New InvalidOperationException("Invalid execution context for Command()")&lt;BR /&gt;&lt;BR /&gt;I have commented this line in code and was using&lt;BR /&gt;&lt;BR /&gt;'&amp;lt;CommandMethod("MJOIN")&amp;gt; _.&lt;BR /&gt;Is this the issue.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Gulzar</description>
    <pubDate>Fri, 12 Jul 2013 10:50:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-07-12T10:50:12Z</dc:date>
    <item>
      <title>Filtered objects into a single polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327745#M48720</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am filtering for objects based on layer as shown below.The layer consists of lines and arcs.Is there anyway to convert all these entities into a polyline and get the object id of this single entity.Appreciate any ideas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; acTypValArPath(0) &lt;/FONT&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT size="2"&gt;TypedValue&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; sf &lt;/FONT&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; SelectionFilter = &lt;/FONT&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; SelectionFilter(&lt;/FONT&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; TypedValue() {&lt;/FONT&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; TypedValue(8, &lt;/FONT&gt;&lt;FONT size="2" color="#a31515"&gt;&lt;FONT size="2" color="#a31515"&gt;"FirstBias"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT size="2"&gt;)})&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; ss &lt;/FONT&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; SelectionSet = acEditor.SelectAll(sf).Value&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Dim idarray &lt;FONT color="#0000ff"&gt;&lt;FONT color="#0000ff"&gt;As&lt;/FONT&gt;&lt;/FONT&gt; ObjectId() = ss.GetObjectIds()&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Dim id &lt;FONT color="#0000ff"&gt;&lt;FONT color="#0000ff"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;ObjectId&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;For &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;Each&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; id &lt;/FONT&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;In &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT size="2"&gt;idarray&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; entity &lt;/FONT&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; = trLocal.GetObject(id, OpenMode.ForRead, &lt;/FONT&gt;&lt;FONT size="2" color="#0000ff"&gt;&lt;FONT size="2" color="#0000ff"&gt;True&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ff"&gt;Next &lt;/FONT&gt;id&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ff"&gt;If&lt;/FONT&gt; (&lt;FONT color="#0000ff"&gt;typeof&lt;/FONT&gt; entity is Arc) Then&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;......&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;End If&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ff"&gt;If&lt;/FONT&gt; (&lt;FONT color="#0000ff"&gt;typeof&lt;/FONT&gt; entity is Line) Then&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;.......&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;End If&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Thanks &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Gulzar&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 03:08:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327745#M48720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-12T03:08:46Z</dc:date>
    </item>
    <item>
      <title>Re : Filtered objects into a single polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327802#M48721</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I replied you in &lt;A target="_blank" href="https://forums.autodesk.com/t5/NET/Filter-based-on-layer/td-p/4326677"&gt;this other thread&lt;/A&gt;, if you want to hard-code the "join" option of the "PEDIT" command, you can get some inspiration from &lt;A target="_blank" href="http://www.theswamp.org/index.php?topic=31865.msg446965#msg446965"&gt;this reply&lt;/A&gt;. The MJOIN command uses the PolylineSegement and PolylneSegmentCollection classes defined in the &lt;A target="_blank" href="http://www.theswamp.org/index.php?topic=31865.msg373672#msg373672"&gt;GeometryExtensions&lt;/A&gt; assembly. The source code (C#) and compiled assemblies are downloadable from this reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it seems to me that you're missing the AutoCAD and .NET basics.&lt;/P&gt;&lt;P&gt;So, you'd perhaps rather do some "scripting" with the "PEDIT" command.&lt;/P&gt;&lt;P&gt;Here's an example using a Tony Tanzillo's Editor.Command extension method which allow to pass managed types arguments to the command (as the LISP "command" function).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Imports System.Reflection
Imports Autodesk.AutoCAD.ApplicationServices
Imports Autodesk.AutoCAD.DatabaseServices
Imports Autodesk.AutoCAD.EditorInput
Imports Autodesk.AutoCAD.Runtime

Namespace gulzar25.JoinIntoPolyline

    ' credit to Tony Tanzillo
    ' &lt;A target="_blank" href="http://www.theswamp.org/index.php?topic=43113.msg483306#msg483306"&gt;http://www.theswamp.org/index.php?topic=43113.msg483306#msg483306&lt;/A&gt;
    Module MyEditorExtensions

        Dim runCommand As MethodInfo = _
            GetType(Editor).GetMethod("RunCommand", BindingFlags.Instance Or BindingFlags.NonPublic Or BindingFlags.Public)

        &amp;lt;System.Runtime.CompilerServices.Extension&amp;gt; _
        Public Function Command(ed As Editor, ParamArray args As Object()) As PromptStatus
            If Application.DocumentManager.IsApplicationContext Then
                Throw New InvalidOperationException("Invalid execution context for Command()")
            End If
            If ed.Document &amp;lt;&amp;gt; Application.DocumentManager.MdiActiveDocument Then
                Throw New InvalidOperationException("Document is not active")
            End If
            Return DirectCast(runCommand.Invoke(ed, New Object() {args}), PromptStatus)
        End Function

    End Module

    Public Class Commands

        &amp;lt;CommandMethod("MJOIN")&amp;gt; _
        Public Sub MultipleJoin()

            Dim acEditor As Editor = Application.DocumentManager.MdiActiveDocument.Editor

            Dim sf As SelectionFilter = New SelectionFilter(New TypedValue() {New TypedValue(8, "FirstBias")})
            Dim psr As PromptSelectionResult = acEditor.SelectAll(sf)
            If psr.Status &amp;lt;&amp;gt; PromptStatus.OK Then
                Return
            End If

            acEditor.Command("_.pedit", "_multiple", psr.Value, "", "_join", 0.0, "")

        End Sub

    End Class

End Namespace&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IMO, scripting AutoCAD commands with .NET looks like hunting mosquitoes with a bazooka, this task would have been much more simply done with LISP:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(defun c:join (/ ss)
  (if (setq ss (ssget "_X" '((8 . "FirstBias"))))
    (command "_.pedit" "_multiple" ss "" "_join" 0.0 "")
  )
  (princ)
)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 06:38:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327802#M48721</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2013-07-12T06:38:34Z</dc:date>
    </item>
    <item>
      <title>Re : Filtered objects into a single polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327819#M48722</link>
      <description>Hi Gilles,&lt;BR /&gt;Thanks for the reply.Yes i have just started doing customization and i dont know anything.I tried using the above code but it is giving error as&lt;BR /&gt;"Command is not a member of 'Autodesk.AutoCAD.EditorInput.Editor'".What am i supposed to add more.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Gulzar</description>
      <pubDate>Fri, 12 Jul 2013 07:03:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327819#M48722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-12T07:03:22Z</dc:date>
    </item>
    <item>
      <title>Re : Filtered objects into a single polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327842#M48724</link>
      <description>&lt;P&gt;Did you add the 'MyEditorExtensions' module, from the upper code, to your project?&lt;/P&gt;&lt;P&gt;It's where the Editor.Command() &lt;A rel="nofollow" target="_blank" href="http://msdn.microsoft.com/en-us/library/bb384936.aspx"&gt;extension method&lt;/A&gt; is defined.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 07:27:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327842#M48724</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2013-07-12T07:27:36Z</dc:date>
    </item>
    <item>
      <title>Re : Filtered objects into a single polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327858#M48725</link>
      <description>Hi Gilles,&lt;BR /&gt;Thankyou so much it is working now.Sorry to ask so many questions but once i run the dll i have to individually select all the lines which i want to convert to polyline.Correct me if i am wrong i thought it will pick all the lines from layer and convert to polyline.&lt;BR /&gt;&lt;BR /&gt;Thanks so much for your help.&lt;BR /&gt;Gulzar</description>
      <pubDate>Fri, 12 Jul 2013 07:45:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327858#M48725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-12T07:45:23Z</dc:date>
    </item>
    <item>
      <title>Re : Filtered objects into a single polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327875#M48727</link>
      <description>&lt;P&gt;The code I posted &lt;STRONG&gt;does&lt;/STRONG&gt; select all entities on the "FirstBias" layer&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;acEditor.SelectAll(sf)&lt;/PRE&gt;&lt;P&gt;and only uses this selection in the PEDIT command call:&lt;/P&gt;&lt;PRE&gt;acEditor.Command("_.pedit", "_multiple", psr.Value, "", "_join", 0.0, "")&lt;/PRE&gt;&lt;P&gt;The empty string ("") argument after psr.Value validates this selection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code would be safer if it filtered the entity types too:&lt;/P&gt;&lt;PRE&gt;Dim typedValues() As TypedValue = {New TypedValue(8, "FirstBias"), New TypedValue(0, "ARC,LINE,LWPOLYLINE")}
Dim sf As SelectionFilter = New SelectionFilter(typedValues)&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Jul 2013 08:16:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327875#M48727</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2013-07-12T08:16:36Z</dc:date>
    </item>
    <item>
      <title>Re : Filtered objects into a single polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327887#M48728</link>
      <description>Hi Giles,&lt;BR /&gt;After changing the code the below four options are popping in autocad if i click on cancel polyline is not created.&lt;BR /&gt;Convert Lines, Arcs and Splines to polylines [Yes/No]? &amp;lt;Y&amp;gt; y&lt;BR /&gt;Enter an option [Close/Open/Join/Width/Fit/Spline/Decurve/Ltype:Join&lt;BR /&gt;Enter fuzz distance or [Jointype] &amp;lt;0.0000&amp;gt;:0.00&lt;BR /&gt;Enter an option [Close/Open/Join/Width/Fit/Spline/Decurve/Ltype&lt;BR /&gt;gen/Reverse/Undo]: *Cancel*&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Gulzar</description>
      <pubDate>Fri, 12 Jul 2013 08:43:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327887#M48728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-12T08:43:26Z</dc:date>
    </item>
    <item>
      <title>Re : Filtered objects into a single polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327907#M48729</link>
      <description>&lt;P&gt;This is due to the PEDITACCEPT system variable setting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a (safer) new version which stores the current PEDITACCEPT value, changes it to 1 while running the PEDIT command and restore it to the previous value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        &amp;lt;CommandMethod("MJOIN")&amp;gt; _
        Public Sub MultipleJoin()

            Dim acEditor As Editor = Application.DocumentManager.MdiActiveDocument.Editor
            Dim peditAccept As Short = CShort(Application.GetSystemVariable("PEDITACCEPT"))

            Try
                Application.SetSystemVariable("PEDITACCEPT", 1)
                Dim typedValues() As TypedValue = {New TypedValue(8, "FirstBias"), New TypedValue(0, "ARC,LINE,LWPOLYLINE")}
                Dim sf As SelectionFilter = New SelectionFilter(typedValues)
                Dim psr As PromptSelectionResult = acEditor.SelectAll(sf)
                If psr.Status &amp;lt;&amp;gt; PromptStatus.OK Then
                    Return
                End If

                acEditor.Command("_.pedit", "_multiple", psr.Value, "", "_join", 0.0, "")

            Catch ex As Exception
                MsgBox(ex.Message)

            Finally
                Application.SetSystemVariable("PEDITACCEPT", peditAccept)

            End Try

        End Sub&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming you're begining with AutoCAD customization, I think you didn't choose the easiest route with .NET. AutoLISP is really much simpler and you'd find much more help for these kind of basics.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 09:14:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327907#M48729</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2013-07-12T09:14:04Z</dc:date>
    </item>
    <item>
      <title>Re : Filtered objects into a single polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327946#M48730</link>
      <description>Hi Gilles,&lt;BR /&gt;Yes i shouldnt have started in .net...I have pasted the above code in a vb file and then im calling this function in another file&lt;BR /&gt;&lt;BR /&gt;newFile.vb contents....&lt;BR /&gt;Imports Project.JoinIntoPolyline.MyEditorExtensions&lt;BR /&gt;....&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;and calling the function&lt;BR /&gt;Call JoinIntoPolyline.Commands.MultipleJoin()&lt;BR /&gt;&lt;BR /&gt;but it is throwing exception here&lt;BR /&gt;&lt;BR /&gt;If Application.DocumentManager.IsApplicationContext Then&lt;BR /&gt;Throw New InvalidOperationException("Invalid execution context for Command()")&lt;BR /&gt;&lt;BR /&gt;I have commented this line in code and was using&lt;BR /&gt;&lt;BR /&gt;'&amp;lt;CommandMethod("MJOIN")&amp;gt; _.&lt;BR /&gt;Is this the issue.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Gulzar</description>
      <pubDate>Fri, 12 Jul 2013 10:50:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4327946#M48730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-12T10:50:12Z</dc:date>
    </item>
    <item>
      <title>Re : Filtered objects into a single polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4328006#M48731</link>
      <description>&lt;P&gt;You cannot call the Editor.Command() extension method in an application context, it have to be called from a command without the CommandFlags.Session flag in the active Document.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2013 12:03:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4328006#M48731</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2013-07-12T12:03:25Z</dc:date>
    </item>
    <item>
      <title>Re : Filtered objects into a single polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4328094#M48732</link>
      <description>Thanks a lot for the all the help.</description>
      <pubDate>Fri, 12 Jul 2013 13:34:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/filtered-objects-into-a-single-polyline/m-p/4328094#M48732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-12T13:34:14Z</dc:date>
    </item>
  </channel>
</rss>

