<?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 insert vertex at the beginning of the polyline3d? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-insert-vertex-at-the-beginning-of-the-polyline3d/m-p/2618470#M67485</link>
    <description>Tony, great thanks for your help!</description>
    <pubDate>Tue, 19 Jan 2010 20:39:48 GMT</pubDate>
    <dc:creator>azaytsev</dc:creator>
    <dc:date>2010-01-19T20:39:48Z</dc:date>
    <item>
      <title>How to insert vertex at the beginning of the polyline3d?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-insert-vertex-at-the-beginning-of-the-polyline3d/m-p/2618468#M67483</link>
      <description>Hello.&lt;BR /&gt;
I need to insert vertex at the beginning of the polyline3d entity. The Managed Class Reference Guide suggest using Polyline3d.InsertVertexAt (ObjectId, PolylineVertex3d) or Polyline3d.InsertVertexAt (PolylineVertex3d, PolylineVertex3d) specifying NULL as the first parameters for both methods. But in this case I get NullReferenceException.&lt;BR /&gt;
Does anybody have any ideas how to solve this problem? Thank you.</description>
      <pubDate>Mon, 18 Jan 2010 23:19:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-insert-vertex-at-the-beginning-of-the-polyline3d/m-p/2618468#M67483</guid>
      <dc:creator>azaytsev</dc:creator>
      <dc:date>2010-01-18T23:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert vertex at the beginning of the polyline3d?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-insert-vertex-at-the-beginning-of-the-polyline3d/m-p/2618469#M67484</link>
      <description>Unfortunately, the managed class reference is a classic&lt;BR /&gt;
example of the old axiom that says that if something is&lt;BR /&gt;
not worth doing right, it's probably not worth doing at all.&lt;BR /&gt;
&lt;BR /&gt;
The docs you're reading were translated from the native&lt;BR /&gt;
API docs by someone that is relatively clueless, and with&lt;BR /&gt;
little/no oversight by someone qualified to do that. Quite&lt;BR /&gt;
possibly the fruit of 'that great talent at 1/5 the cost'.&lt;BR /&gt;
&lt;BR /&gt;
Where it says 'pass NULL', you should interpret that to&lt;BR /&gt;
mean ObjectId.Null, in the case where the parameter is&lt;BR /&gt;
an ObjectId. The overload that takes an ObjectId is the&lt;BR /&gt;
one you typically use for database-resident objects.&lt;BR /&gt;
&lt;BR /&gt;
My advice to anyone who routinely finds themself stymied&lt;BR /&gt;
by the managed API docs is to write Carl Bass a nice little&lt;BR /&gt;
note suggesting that the people responsible for this trash&lt;BR /&gt;
be reassigned to serve as 'roadies' for Shaan Hurley and&lt;BR /&gt;
Lynn Allen.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD&lt;BR /&gt;
Supporting AutoCAD 2000 through 2010&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");&lt;BR /&gt;
&lt;BR /&gt;
&lt;AZAYTSEV&gt; wrote in message news:6320348@discussion.autodesk.com...&lt;BR /&gt;
Hello.&lt;BR /&gt;
I need to insert vertex at the beginning of the polyline3d entity. The Managed &lt;BR /&gt;
Class Reference Guide suggest using Polyline3d.InsertVertexAt (ObjectId, &lt;BR /&gt;
PolylineVertex3d) or Polyline3d.InsertVertexAt (PolylineVertex3d, &lt;BR /&gt;
PolylineVertex3d) specifying NULL as the first parameters for both methods. But &lt;BR /&gt;
in this case I get NullReferenceException.&lt;BR /&gt;
Does anybody have any ideas how to solve this problem? Thank you.&lt;/AZAYTSEV&gt;</description>
      <pubDate>Tue, 19 Jan 2010 01:20:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-insert-vertex-at-the-beginning-of-the-polyline3d/m-p/2618469#M67484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-19T01:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert vertex at the beginning of the polyline3d?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-insert-vertex-at-the-beginning-of-the-polyline3d/m-p/2618470#M67485</link>
      <description>Tony, great thanks for your help!</description>
      <pubDate>Tue, 19 Jan 2010 20:39:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-insert-vertex-at-the-beginning-of-the-polyline3d/m-p/2618470#M67485</guid>
      <dc:creator>azaytsev</dc:creator>
      <dc:date>2010-01-19T20:39:48Z</dc:date>
    </item>
  </channel>
</rss>

