<?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 How to monitor the vertex modify of a polyline in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-monitor-the-vertex-modify-of-a-polyline/m-p/1838611#M79651</link>
    <description>when modifying a vertex of a polyline using mouse drag, i need to monitor this event and then modify the other properties of the line. &lt;BR /&gt;
i could react the change through the DatabaseReactor::objModified  event , but in this method it is forbidden to modify the line again ( to avoid the infinite circulation ).&lt;BR /&gt;
Any other place could i  react the vertex modify?</description>
    <pubDate>Sun, 10 Dec 2006 06:26:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-12-10T06:26:32Z</dc:date>
    <item>
      <title>How to monitor the vertex modify of a polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-monitor-the-vertex-modify-of-a-polyline/m-p/1838611#M79651</link>
      <description>when modifying a vertex of a polyline using mouse drag, i need to monitor this event and then modify the other properties of the line. &lt;BR /&gt;
i could react the change through the DatabaseReactor::objModified  event , but in this method it is forbidden to modify the line again ( to avoid the infinite circulation ).&lt;BR /&gt;
Any other place could i  react the vertex modify?</description>
      <pubDate>Sun, 10 Dec 2006 06:26:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-monitor-the-vertex-modify-of-a-polyline/m-p/1838611#M79651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-12-10T06:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to monitor the vertex modify of a polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-monitor-the-vertex-modify-of-a-polyline/m-p/1838612#M79652</link>
      <description>Add the id of the pline to an (global) IdArray (there's an ObjectIdArray im &lt;BR /&gt;
ARX, so i guess there's something similar in .NET.&lt;BR /&gt;
&lt;BR /&gt;
Check that idArray in objClosed and do your stuff.&lt;BR /&gt;
&lt;BR /&gt;
/Matt&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;LAPISEAST&gt; wrote in message news:5420797@discussion.autodesk.com...&lt;BR /&gt;
when modifying a vertex of a polyline using mouse drag, i need to monitor &lt;BR /&gt;
this event and then modify the other properties of the line.&lt;BR /&gt;
i could react the change through the DatabaseReactor::objModified  event , &lt;BR /&gt;
but in this method it is forbidden to modify the line again ( to avoid the &lt;BR /&gt;
infinite circulation ).&lt;BR /&gt;
Any other place could i  react the vertex modify?&lt;/LAPISEAST&gt;</description>
      <pubDate>Mon, 18 Dec 2006 06:57:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-monitor-the-vertex-modify-of-a-polyline/m-p/1838612#M79652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-12-18T06:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to monitor the vertex modify of a polyline</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-monitor-the-vertex-modify-of-a-polyline/m-p/1838613#M79653</link>
      <description>I correct myself&lt;BR /&gt;
commandEnded is the place to change the pline&lt;BR /&gt;
&lt;BR /&gt;
/Matt&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Matt" &lt;NOSPAM&gt; wrote in message &lt;BR /&gt;
news:5428508@discussion.autodesk.com...&lt;BR /&gt;
Add the id of the pline to an (global) IdArray (there's an ObjectIdArray im&lt;BR /&gt;
ARX, so i guess there's something similar in .NET.&lt;BR /&gt;
&lt;BR /&gt;
Check that idArray in objClosed and do your stuff.&lt;BR /&gt;
&lt;BR /&gt;
/Matt&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;LAPISEAST&gt; wrote in message news:5420797@discussion.autodesk.com...&lt;BR /&gt;
when modifying a vertex of a polyline using mouse drag, i need to monitor&lt;BR /&gt;
this event and then modify the other properties of the line.&lt;BR /&gt;
i could react the change through the DatabaseReactor::objModified  event ,&lt;BR /&gt;
but in this method it is forbidden to modify the line again ( to avoid the&lt;BR /&gt;
infinite circulation ).&lt;BR /&gt;
Any other place could i  react the vertex modify?&lt;/LAPISEAST&gt;&lt;/NOSPAM&gt;</description>
      <pubDate>Mon, 18 Dec 2006 09:02:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-monitor-the-vertex-modify-of-a-polyline/m-p/1838613#M79653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-12-18T09:02:06Z</dc:date>
    </item>
  </channel>
</rss>

