<?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: Copying PaperSpace from Existing Layouts in C3D in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/copying-paperspace-from-existing-layouts-in-c3d/m-p/13075238#M2335</link>
    <description>Not sure what exactly you want to do, and what exactly is the issue you encountered (it always is much better to describe your question in more details if you really expect someone could help without playing guessing game).&lt;BR /&gt;&lt;BR /&gt;If you just want to create a new layout from an existing one, it might be as simple as calling LayoutManager.CopyLayout() method. Once the new layout is created after the call, you can make changes to it if needed.&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Oct 2024 23:24:42 GMT</pubDate>
    <dc:creator>norman.yuan</dc:creator>
    <dc:date>2024-10-09T23:24:42Z</dc:date>
    <item>
      <title>Copying PaperSpace from Existing Layouts in C3D</title>
      <link>https://forums.autodesk.com/t5/net-forum/copying-paperspace-from-existing-layouts-in-c3d/m-p/13075120#M2333</link>
      <description>&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Hello, community!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently studying and developing a C# code for manipulating layouts in AutoCAD. My objective is to copy the PaperSpace from an existing layout to a new layout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;List&amp;lt;BlockTableRecord&amp;gt; paperSpaces = new() { paperSpace };&lt;/LI-CODE&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;P&gt;I encountered an issue where I need to handle the entities correctly. Could someone provide guidance on how to convert or manipulate these entities so that I can successfully copy the PaperSpace to a new layout? Any help or examples would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 21:56:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/copying-paperspace-from-existing-layouts-in-c3d/m-p/13075120#M2333</guid>
      <dc:creator>artillis_prado</dc:creator>
      <dc:date>2024-10-09T21:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Copying PaperSpace from Existing Layouts in C3D</title>
      <link>https://forums.autodesk.com/t5/net-forum/copying-paperspace-from-existing-layouts-in-c3d/m-p/13075146#M2334</link>
      <description>&lt;P&gt;Is that all of the code you have? If so, and you're just starting out with the AutoCAD API, please make that clear.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To copy objects from one layout to another layout you have to use the Database's &lt;A href="https://help.autodesk.com/view/OARX/2023/ENU/?guid=OARX-ManagedRefGuide-Autodesk_AutoCAD_DatabaseServices_Database_DeepCloneObjects_ObjectIdCollection_ObjectId_IdMapping__MarshalAsUnmanagedType_U1__bool" target="_blank" rel="noopener"&gt;DeepCloneObjects&lt;/A&gt;() method, passing it an ObjectIdCollection containing the ObjectIds of all of the objects in the source layout that are to be copied, along with the ObjectId of the destination layout's BlockTableRecord.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 22:17:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/copying-paperspace-from-existing-layouts-in-c3d/m-p/13075146#M2334</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2024-10-09T22:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copying PaperSpace from Existing Layouts in C3D</title>
      <link>https://forums.autodesk.com/t5/net-forum/copying-paperspace-from-existing-layouts-in-c3d/m-p/13075238#M2335</link>
      <description>Not sure what exactly you want to do, and what exactly is the issue you encountered (it always is much better to describe your question in more details if you really expect someone could help without playing guessing game).&lt;BR /&gt;&lt;BR /&gt;If you just want to create a new layout from an existing one, it might be as simple as calling LayoutManager.CopyLayout() method. Once the new layout is created after the call, you can make changes to it if needed.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Oct 2024 23:24:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/copying-paperspace-from-existing-layouts-in-c3d/m-p/13075238#M2335</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2024-10-09T23:24:42Z</dc:date>
    </item>
  </channel>
</rss>

