<?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: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/6824396#M16355</link>
    <description>&lt;P&gt;In 16.2 some work was done on this but it falls short, especially in two areas (in order of importance).&lt;BR /&gt;&lt;BR /&gt;1) Vertex editing still cannot be accomplished.&amp;nbsp; There is no SetPiPoint method and the combination of DeletePiPoint and InsertPiPoint cannot be used to change (all) the points.&amp;nbsp; Since there is no INDEX parameter on these they are of limited use anyway?&amp;nbsp; Please provide an example if I'm wrong.&lt;BR /&gt;&lt;BR /&gt;2) You still cannot create a new FeatureLine.&amp;nbsp; The only method available is to create a &lt;EM&gt;database resident&lt;/EM&gt; polyline (in a &lt;EM&gt;separate transaction&lt;/EM&gt;) then convert it to a FeatureLine.&amp;nbsp; Perhaps an overload to the FeatureLine.Create function that accepts the Point Collection and optionally the bulge data?&lt;BR /&gt;&lt;BR /&gt;Please, EDITING is EXTREMELY important to us and many, many others as I have discovered while trying to find a solution.&amp;nbsp; Perhaps the simplest thing (on Autodesk's part) would be a SetPoints companion to the GetPoints?&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;FL.SetPoints(PriCol, FeatureLinePointType.PIPoint)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;FL.SetPoints(SecCol, FeatureLinePointType.ElevationPoint)&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Please give us a decent way to edit a FeatureLine and please include this in a &lt;EM&gt;2017 service pack&lt;/EM&gt; also?&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2017 15:14:45 GMT</pubDate>
    <dc:creator>TerryDotson</dc:creator>
    <dc:date>2017-01-23T15:14:45Z</dc:date>
    <item>
      <title>Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5427938#M16343</link>
      <description>&lt;DIV class="lia-message-body"&gt;&lt;DIV class="lia-message-body-content"&gt;I feel I speak for many when I say that the next version of Civil3D &lt;SPAN style="color: #ff0000;"&gt;badly needs&lt;/SPAN&gt; a &lt;EM&gt;comprehensive&lt;/EM&gt; Managed .NET API.&amp;nbsp; While COM was hot stuff back in 1993 it's undesirable now.&amp;nbsp;&amp;nbsp; For the moment we'll only discuss FeatureLines.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;OL&gt;&lt;LI&gt;Model the API after the AutoCAD Polyline object API, they really aren't that different.&lt;/LI&gt;&lt;LI&gt;Include the ability to create a new FeatureLine, no hoops like COM AddFromPolyline.&lt;/LI&gt;&lt;LI&gt;Include point manipulation tools like SetPointAt(Index), AddVertexAt(Index ...), RemoveVertexAt, etc.&lt;/LI&gt;&lt;LI&gt;Include bulge manipulation like GetBulgeAt(Index) and SetBulgeAt(Index), see note below.&lt;/LI&gt;&lt;LI&gt;Evaluate every method and property of the AutoCAD Polyline and Polyline3d API and if it applies, implement it.&lt;/LI&gt;&lt;LI&gt;Make it &lt;SPAN style="color: #ff0000;"&gt;fast&lt;/SPAN&gt;, direct ARX wrappers, no COM.&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-body-content"&gt;To say that the current COM GetBulgeAt(Point) is inefficient is &lt;EM&gt;an understatement&lt;/EM&gt;. This method requires the API to loop through the coordinates doing at least two precision comparisons (northing, easting) to determine the return value.&amp;nbsp; For example if the point is at the end of the FeatureLine it has to compare to all the points just to find it.&amp;nbsp; If you have a drawing with hundreds of long FeatureLines attempting to get all the bulges creates the appearance of an application &lt;SPAN style="color: #ff0000;"&gt;&lt;EM&gt;lock up&lt;/EM&gt;&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Sometimes I wish I was representing all US DOTs or the largest Civil3D user company so that requests like these didn't get swept under the rug as they have before.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 29 Nov 2014 17:36:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5427938#M16343</guid>
      <dc:creator>TerryDotson</dc:creator>
      <dc:date>2014-11-29T17:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5428006#M16344</link>
      <description>&lt;P&gt;More of a wish than a basic need, but a .CreateOffsets(Horz, Vert) method would be nice, returning an ObjectIdCollection of the results.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Nov 2014 20:48:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5428006#M16344</guid>
      <dc:creator>TerryDotson</dc:creator>
      <dc:date>2014-11-29T20:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5433124#M16345</link>
      <description>Thank you for the feedback, I've forwarded it to the engineering team. You are always welcome to send us feedback/suggestions to make our API more easy to use and with higher quality. Thank you again for your support!</description>
      <pubDate>Fri, 05 Dec 2014 03:20:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5433124#M16345</guid>
      <dc:creator>Daniel.Du</dc:creator>
      <dc:date>2014-12-05T03:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5499089#M16346</link>
      <description>Lets make the procram actually work.please change the laout tabs back to the arrow method. Get the basics solid first then fix the features!&lt;BR /&gt;Im frustrated regularily by all kinds of ticks that happen in civil 3d. I have reinstalled 3 times and the same things are NOT working.the last version i actually trusted was&lt;BR /&gt;2011.its a great program only when i dont have to work around terrible programming and changes for the sake of changes!&lt;BR /&gt;Fix laouts from moving, viewports that stick , new layers that work in the manager but dissapear. There are lots of these problematic issues.&lt;BR /&gt;Want a great idea- shorten xref paths to one folder so it doesnt matter what pc your on. Please dont suggest relative because it doesnt stick ( constantly have to readjust to relative)&lt;BR /&gt;Thank you</description>
      <pubDate>Sun, 08 Feb 2015 02:29:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5499089#M16346</guid>
      <dc:creator>tyler</dc:creator>
      <dc:date>2015-02-08T02:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5499644#M16347</link>
      <description>&lt;P&gt;Terry, if only you had more say in&amp;nbsp;Civil 3D strategic planning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an off-topic question..&lt;/P&gt;&lt;P&gt;What is US DOT? Department of Transport? Drawing Office Technician?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't give up Terry, and thanks for all the fantastic support you provide to users all over the World.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 05:54:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5499644#M16347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-09T05:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5504247#M16348</link>
      <description>&lt;P&gt;US DOT is Department of Transportation. Each State in the United States has their own DOT and they are able to choose which software they want to use. In order to get into the DOT market many of the new features of Civil 3D are related to that pursuit to the detriment&amp;nbsp;of other types of work such as site development.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2015 01:48:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5504247#M16348</guid>
      <dc:creator>Civil3DReminders_com</dc:creator>
      <dc:date>2015-02-12T01:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5504345#M16349</link>
      <description>&lt;P&gt;And .. there's another guy that makes Civil 3D life that little easier with his support .. Chris.. Thanks for the confirmation. Being in South Africa, I dont have a good grasp of how "it all works" in the US.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now even more off-topic...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The company I work for have started to implement Project Wise. When I google-search for Project Wise I hit a lot of US DOT policies and manuals. Looks like Project Wise is the standard fo Document Management at US DOT offices.We are struggling to find a working method for using data shortcuts in Project Wise. At the moment we are still trying to use the Bentley integration method (zipped folder with unique file name so that apps can work that specific unique file). But it's not good. The shortcuts break easily and it takes ages to refresh project shortcuts before designers can do any CAD work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Back to topic...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Autodesk have started to recognise people that go the extra mile, by giving them the Expert Elite status. It's time for Autodesk to take that Elite status one step further. To include people like Terry, Chris and Jeff in Civil 3D development planning sessions. Imagine how&amp;nbsp;great the product would be...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's hoping you all have a blessed day / week / year / life ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2015 04:13:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5504345#M16349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-12T04:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5504491#M16350</link>
      <description>&lt;P&gt;I've forwarded this message to engineering team, your feedbacks are always valuable for us, thank you for that!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And thank you all for your efforts, it is your contributions keep the continuous prosperity of this community, thank you all and wish you have a good day and a good year.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2015 08:54:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5504491#M16350</guid>
      <dc:creator>Daniel.Du</dc:creator>
      <dc:date>2015-02-12T08:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5565183#M16351</link>
      <description>&lt;P&gt;In a continuing effort to find workarounds for&amp;nbsp;absences in the .NET API, a thought came to mind to use grip editing to change the vertices of a FeatureLine in code.&amp;nbsp; This code works and the vertices move, but an immediate UNDO command causes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;INTERNAL ERROR: !dbutil.cpp@487: eFileError&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Admittedly this is my first time trying to use MoveGripPointsAt, is there anything wrong with this code.&amp;nbsp; To demonstrate actual moving it's simply trying to move the vertex up 10.0 x the index (my real test calculates the difference to new desired coordinates).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;  &amp;lt;CommandMethod("FlVtxMove")&amp;gt; _
  Public Sub FlVtxMove()
    Dim SelOpt As New PromptEntityOptions(vbLf &amp;amp; "DS&amp;gt; Select FeatureLine: ")
    SelOpt.SetRejectMessage(vbLf &amp;amp; "DS&amp;gt; Selection Error !")
    SelOpt.AddAllowedClass(GetType(FeatureLine), True)
    Dim SelRes As PromptEntityResult = ActEdt.GetEntity(SelOpt)
    If SelRes.Status = PromptStatus.OK Then
      Dim SelOid As ObjectId = SelRes.ObjectId
      Dim DatBas As Database = Application.DocumentManager.MdiActiveDocument.Database
      Using TrnAct As Transaction = DatBas.TransactionManager.StartTransaction
        Dim FeaLin As FeatureLine = TrnAct.GetObject(SelOid, OpenMode.ForWrite)
        Dim PntCol As New Point3dCollection
        FeaLin.GetGripPoints(PntCol, New IntegerCollection, New IntegerCollection)
        Dim VtxInd As Integer = 0
        For Each PntLoc As Point3d In PntCol
          Dim VtxCol As New IntegerCollection
          VtxCol.Add(VtxInd)
          Dim MovVec As Vector3d = New Vector3d(0.0, VtxInd * 10.0, 0.0)
          FeaLin.MoveGripPointsAt(VtxCol, MovVec)
          VtxInd += 1
        Next
        TrnAct.Commit()
      End Using
    End If
  End Sub
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2015 14:53:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5565183#M16351</guid>
      <dc:creator>TerryDotson</dc:creator>
      <dc:date>2015-03-31T14:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5567719#M16352</link>
      <description>Your code is similar to what I would've tried, Terry. I'm not seeing any reason for this to be throwing that error and killing the session.</description>
      <pubDate>Wed, 01 Apr 2015 21:11:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5567719#M16352</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2015-04-01T21:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5570109#M16353</link>
      <description>&lt;P&gt;Not being able to edit the XY of anything inside an AutoCAD environment especially a feature line is like saying I can't walk.&amp;nbsp;This is long overdue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2015 14:45:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5570109#M16353</guid>
      <dc:creator>david_garrigues</dc:creator>
      <dc:date>2015-04-03T14:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5577026#M16354</link>
      <description>&lt;P&gt;Thank you for the comment, I've submit a wishlist to engineerting team about this, engineerting team will evaluate this. Thank you for your understanding and patience.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:59:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/5577026#M16354</guid>
      <dc:creator>Daniel.Du</dc:creator>
      <dc:date>2015-04-09T07:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/6824396#M16355</link>
      <description>&lt;P&gt;In 16.2 some work was done on this but it falls short, especially in two areas (in order of importance).&lt;BR /&gt;&lt;BR /&gt;1) Vertex editing still cannot be accomplished.&amp;nbsp; There is no SetPiPoint method and the combination of DeletePiPoint and InsertPiPoint cannot be used to change (all) the points.&amp;nbsp; Since there is no INDEX parameter on these they are of limited use anyway?&amp;nbsp; Please provide an example if I'm wrong.&lt;BR /&gt;&lt;BR /&gt;2) You still cannot create a new FeatureLine.&amp;nbsp; The only method available is to create a &lt;EM&gt;database resident&lt;/EM&gt; polyline (in a &lt;EM&gt;separate transaction&lt;/EM&gt;) then convert it to a FeatureLine.&amp;nbsp; Perhaps an overload to the FeatureLine.Create function that accepts the Point Collection and optionally the bulge data?&lt;BR /&gt;&lt;BR /&gt;Please, EDITING is EXTREMELY important to us and many, many others as I have discovered while trying to find a solution.&amp;nbsp; Perhaps the simplest thing (on Autodesk's part) would be a SetPoints companion to the GetPoints?&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;FL.SetPoints(PriCol, FeatureLinePointType.PIPoint)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;FL.SetPoints(SecCol, FeatureLinePointType.ElevationPoint)&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Please give us a decent way to edit a FeatureLine and please include this in a &lt;EM&gt;2017 service pack&lt;/EM&gt; also?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:14:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/6824396#M16355</guid>
      <dc:creator>TerryDotson</dc:creator>
      <dc:date>2017-01-23T15:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/6850001#M16356</link>
      <description>&lt;P&gt;One thing to watch out for with the new .NET FeatureLine.Create function is that it appears to delete duplicate or invalid points during the creation of the FeatureLine.&amp;nbsp; For the latter &lt;EM&gt;invalid&lt;/EM&gt; scenario imagine the &lt;EM&gt;user&lt;/EM&gt; has closed the boundary improperly by picking the POB again to close the figure instead of using the (C)lose option.&amp;nbsp; This &lt;EM&gt;user drawing problem&lt;/EM&gt; is not a new problem, goes way back.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this scenario the API &lt;EM&gt;appears&lt;/EM&gt; to return &lt;EM&gt;all the points&lt;/EM&gt; in the FeaObj.GetPoints method and only the points it kept in the FeaObj.PIPointsCount value.&amp;nbsp; For example if the &lt;EM&gt;user&lt;/EM&gt; had drawn a rectangle improperly, the FeaObj.GetPoints count is 5 while the FeaObj.PIPointsCount is 4.&amp;nbsp; So assume the PIPointsCount is correct, not the GetPoints count.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sadly this was code that had to create a polyline then convert it because there is still no way to modify the vertices of an existing FeatureLine.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 18:33:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/6850001#M16356</guid>
      <dc:creator>TerryDotson</dc:creator>
      <dc:date>2017-02-02T18:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Civil3D 2016 .NET API - Comprehensive FeatureLine Functionality</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/6850237#M16357</link>
      <description>&lt;P&gt;I was wondering Terry if you could share your workflow on the process you are using?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the process I'm using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Store the PI and elevation point information of the feature line.&lt;/LI&gt;
&lt;LI&gt;Remove all elevation points.&lt;/LI&gt;
&lt;LI&gt;Get a polyline by GetProjectedCurve(). This results in either a Polyline2d or Polyline.&lt;/LI&gt;
&lt;LI&gt;Create new feature line.&lt;/LI&gt;
&lt;LI&gt;Set PI elevations and create elevation points.&lt;/LI&gt;
&lt;LI&gt;Delete old feature line.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;In this process sometimes the feature line doesn't take all of the set points. It looks like now that I look at the list I might want to move step 6 before step 4.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also when a user does an undo it appears that the feature lines go down to zero and doesn't remember the previous elevation values. All of this is done under one transaction. I'm hoping I don't have to break this up into individual transactions to get this to work.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 19:43:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil3d-2016-net-api-comprehensive-featureline-functionality/m-p/6850237#M16357</guid>
      <dc:creator>Civil3DReminders_com</dc:creator>
      <dc:date>2017-02-02T19:43:22Z</dc:date>
    </item>
  </channel>
</rss>

