<?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: How to create linked objects (for network diagramm)? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3599362#M54269</link>
    <description>&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;i am trying to work on a similar task that you have posted but the problem that i am not familiar with advanced autocad programming .&lt;/P&gt;&lt;P&gt;Appreciate any help with a sample code or a link for the solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards, jack&lt;/P&gt;</description>
    <pubDate>Wed, 29 Aug 2012 07:55:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-08-29T07:55:54Z</dc:date>
    <item>
      <title>How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3556512#M54252</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me to find way to create linked objects in AutoCad from C#?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean - for example, circle and some lines lined to this circle:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;If I move line it should be possible to move only one end point of line - second endpoint should be linked to the circle and not moved.&lt;/P&gt;&lt;P&gt;- If I move circle it should be move all endpoints of all lines linked to this circle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In general I want to create network diagramm ("graph" in mathematical terms) from C# code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible? May be anybody has code exapmle?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Pavel.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2012 12:48:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3556512#M54252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-28T12:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3556516#M54253</link>
      <description>&lt;P&gt;You might be able to do it with Jig or TransientGraphics or Overrule, or combination of them. Be warned, though, that all of them are quite advanced Acad .NET programming topics. And, TransientGraphics is onlay available since Acad2009 and Overrule is only available since Acad 2010.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2012 13:05:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3556516#M54253</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2012-07-28T13:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3556518#M54254</link>
      <description>&lt;P&gt;Thanks for quick answer. 2010+ is good for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But what overrule should I use? TransformOverrule, GeometryOverrule or ...?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pavel.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2012 13:09:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3556518#M54254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-28T13:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3556600#M54255</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need topological analysis, you can resort to AutoCAD Map and it's API that you can partner with Oracle Spatial (via FDO) to store topological data and even create topological querys and analysis, or you can get a class library like this :&lt;A href="http://quickgraph.codeplex.com/" target="_blank"&gt;http://quickgraph.codeplex.com/&lt;/A&gt;, it have a comprehensive tool set oriented to graph creation, analysis, traversal and almost anything you need to do with a graph. Also you can create your own graph structure (a class or a struct), but you will have to implement all the rest (searching, traversing, up/down stream search, weights, etc).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually &amp;nbsp;I'm using the quickgraph library in a concrete formwork solution with very good results (performance, stability, etc).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaston Nunez&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2012 17:51:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3556600#M54255</guid>
      <dc:creator>hgasty1001</dc:creator>
      <dc:date>2012-07-28T17:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3556626#M54256</link>
      <description>&lt;P&gt;Thanks! I known about quickgraph at codeplex. I agree that it's good library!&lt;/P&gt;&lt;P&gt;But... my current task is to create graph in AutoCad. Concrete - allow user to insert it in AutoCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pavel.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2012 19:06:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3556626#M54256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-28T19:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3556668#M54257</link>
      <description>&lt;P&gt;If you want to program this yourself, then overrules and/or constraints may help you. Take a look at the two AU classes of mine mentioned in Kean's blog here - &lt;A href="http://through-the-interface.typepad.com/through_the_interface/2010/12/some-content-from-au-2010.html" target="_blank"&gt;http://through-the-interface.typepad.com/through_the_interface/2010/12/some-content-from-au-2010.html&lt;/A&gt;. The Overrule class includes a demo of a simple 'network' application I wrote.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2012 22:35:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3556668#M54257</guid>
      <dc:creator>StephenPreston</dc:creator>
      <dc:date>2012-07-28T22:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3566364#M54258</link>
      <description>&lt;P&gt;Thanks for your example! But it's not exactly I want.&lt;/P&gt;&lt;P&gt;It's "virtual" polyline between circles. It's good, but I can't edit this polyline.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible &lt;STRONG&gt;to lock position of one point of line&lt;/STRONG&gt;/polyline at all? May be with TransformOverrule or so on?&lt;/P&gt;&lt;P&gt;Result is that I can't move one point of line and can move other and change properties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pavel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2012 09:50:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3566364#M54258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-06T09:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3568568#M54259</link>
      <description>&lt;P&gt;I did it! Thanks all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pavel.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2012 16:59:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3568568#M54259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-07T16:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3574956#M54260</link>
      <description>&lt;P&gt;Although you have solved your issue, you may still be interested in a post I just published, which was inspired by your question. Comments and critics are welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://drive-cad-with-code.blogspot.ca/2012/08/creating-linked-entities-with-drawjig.html"&gt;http://drive-cad-with-code.blogspot.ca/2012/08/creating-linked-entities-with-drawjig.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Aug 2012 19:57:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3574956#M54260</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2012-08-11T19:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3575248#M54261</link>
      <description>&lt;P&gt;Norman, your code is very interested. But... As I understand you use not "real" lines for shown&amp;nbsp;links&amp;nbsp; - so user can't edit it. In my task I want to create real polyline and allow user to edit it except start and end points because&amp;nbsp;they are&amp;nbsp;linked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pavel.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2012 20:33:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3575248#M54261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-12T20:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3576400#M54262</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;I did it! Thanks all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;Hi Pavel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps you'd like to share with us how you solved the problem. Did you use constraints or some other mechanism?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 17:52:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3576400#M54262</guid>
      <dc:creator>StephenPreston</dc:creator>
      <dc:date>2012-08-13T17:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3576454#M54263</link>
      <description>&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I did:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. On db.ObjectAppened&amp;nbsp;I&amp;nbsp;create ExtendedDictionary for new object and&amp;nbsp;set obj.Modified event handler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I have special command for add&amp;nbsp;nodes (DBPoint)&amp;nbsp;and lines (Line). When I add line I&amp;nbsp;fill ExtendedDictionary for&amp;nbsp;nodes where line started and ended.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. In Modified handler I move all linked objects to the new position.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I have handler for db.ObjectErased and clear ExtendedDictionary if line was removed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Not resolved issue&lt;/STRONG&gt;: how to prompt user to select point on the screen or object. I can use PromptPointOptions for point selection and PromptEntityOptions for node selection, but I want to enter point if it's&amp;nbsp;not linked line or node if it's linked line. Now I use PromptPointOptions and&amp;nbsp;check it by coordinate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pavel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. It's very strange that when I set Modified event this event raised. Also strange that ExtendedDictionary is not Dictionary and I should enumerate it to create real Dictionary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 18:17:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3576454#M54263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-13T18:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3576916#M54264</link>
      <description>&lt;P&gt;Thanks for sharing. The disadvantage of your approach is that the geometric relationships will be lost if someone edits your drawing without your app loaded. I believe a good alternative is to use the Parametric Drawing feature/API - that's a combination of geometric and dimensional constraints. But if you're happy with your solution, then no point in prolonging the discussion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Off the top of my head - maybe the Editor.PointMonitor event will help you for your other problem.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 22:52:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3576916#M54264</guid>
      <dc:creator>StephenPreston</dc:creator>
      <dc:date>2012-08-13T22:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3577168#M54265</link>
      <description>&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your support and this discussion. I can't say that I'm fully happy with my solution because it is required to create more handlers - if user add/move/delete objects (it's ok)&amp;nbsp;&amp;nbsp;but also&amp;nbsp;- undo/copy/paste and so on... All of it I should handle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll check your proposal about Parametric Drawing API. I saw that it's possible to set geometric constrains in blocks. May be I can use such constrains in the schema.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pavel.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2012 05:25:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3577168#M54265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-14T05:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3578112#M54266</link>
      <description>&lt;BLOCKQUOTE&gt;Stephen,&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;May be you have C# examples to create position (geometric?) constraint between two objects?&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;Pavel.&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 14 Aug 2012 15:49:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3578112#M54266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-14T15:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3578398#M54267</link>
      <description>&lt;P&gt;I posted a link to my AU class on parametric drawing API earlier in this thread. I can't remember if the samples are C#, or VB.NET, or both - but the API calls are the same and easily translated using an online translator.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2012 18:04:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3578398#M54267</guid>
      <dc:creator>StephenPreston</dc:creator>
      <dc:date>2012-08-14T18:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3585446#M54268</link>
      <description>&lt;P&gt;I decice to stay with my solution because user can see constrains and delete it, but can't delete overrules.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pavel.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2012 11:43:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3585446#M54268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-17T11:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3599362#M54269</link>
      <description>&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;i am trying to work on a similar task that you have posted but the problem that i am not familiar with advanced autocad programming .&lt;/P&gt;&lt;P&gt;Appreciate any help with a sample code or a link for the solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards, jack&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2012 07:55:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3599362#M54269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-29T07:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3600080#M54270</link>
      <description>&lt;P&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;i am trying to work on a similar task that you have posted but the problem that i am not familiar with advanced autocad programming .&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Hi jack,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm also is not expert in AutoCad. It seems I'm junior novice &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't public full code becuase it's prived code of my customer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This main idea of my solution is very simple: store linked object handles in ExtendedDictionary and add Modify event handler. In this handler I have new postion of object and get handles of linked object and move all of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additiona I should hadnle copy and delete events with the help of ObjectOverrule because I should clear ExtendedDictionary for copyed objects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About ExtendedDictionay storage: &lt;A href="http://adndevblog.typepad.com/autocad/page/17/" target="_blank"&gt;http://adndevblog.typepad.com/autocad/page/17/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;DrawOverrule: &lt;A href="http://through-the-interface.typepad.com/through_the_interface/2009/04/customizing-the-display-of-standard-autocad-objects-using-net.html" target="_blank"&gt;http://through-the-interface.typepad.com/through_the_interface/2009/04/customizing-the-display-of-standard-autocad-objects-using-net.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Post you questions here if I can help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pavel.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2012 15:36:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3600080#M54270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-29T15:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create linked objects (for network diagramm)?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3839427#M54271</link>
      <description>&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My purpose is similar to yours. Can you explain how did you solve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2013 05:13:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-linked-objects-for-network-diagramm/m-p/3839427#M54271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-06T05:13:59Z</dc:date>
    </item>
  </channel>
</rss>

