<?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: Importing points through .net api with predefined steps. in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/importing-points-through-net-api-with-predefined-steps/m-p/13235107#M762</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16337061"&gt;@iqbalzain099&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/CIV3D/2025/ENU/?guid=GUID-BFA595CB-A84E-4E23-BD8E-3842D811B7E4" target="_blank"&gt;try snippets from ADSD help&amp;nbsp; Autodesk Civil 3D Help | Points | Autodesk&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also tbh first thing came to my mind when describing the GUI process is UiPath and RPA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Dec 2024 17:04:47 GMT</pubDate>
    <dc:creator>essam-salah</dc:creator>
    <dc:date>2024-12-30T17:04:47Z</dc:date>
    <item>
      <title>Importing points through .net api with predefined steps.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/importing-points-through-net-api-with-predefined-steps/m-p/13234501#M758</link>
      <description>&lt;P&gt;I wish to automate importing points in a specific manner through .NET API with all requirements presented as questions to the user, the manual way is given below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. OPEN YOUR LAYOUT, MOVE TO MODEL SPACE, IN THE TOP RIBBON CLICK INSERT&amp;gt; POINTS FROM FILE&lt;BR /&gt;2. IMPORT POINTS DIALOG BOX WILL OPEN.&lt;BR /&gt;3. SELECT POINT FILE FORMAT, SCROLL TO THE BOTTOM AND SELECT PNEZD (COMMA DELIMITED)&lt;BR /&gt;14. CLICK GREEN + SYMBOL AND NAVIGATE TO THE "TEXTFILE" .TXT FILE. VERIFY A GREEN CHECK BOX IS NEXT TO FILE. IF A RED X IS PRESENT, RETRY.&lt;BR /&gt;15. RESELECT FILE FORMAT: PNEZD (SPACE DELIMITED)&lt;BR /&gt;16. CLICK "OK".&lt;BR /&gt;17. COGO POINTS WILL APPEAR IN THE LAYOUT.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 08:51:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/importing-points-through-net-api-with-predefined-steps/m-p/13234501#M758</guid>
      <dc:creator>iqbalzain099</dc:creator>
      <dc:date>2024-12-30T08:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Importing points through .net api with predefined steps.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/importing-points-through-net-api-with-predefined-steps/m-p/13234967#M759</link>
      <description>&lt;P&gt;The workflow you described is basically what the built-in command "IMPORTPOINTS" does. So, I am not sure what you really ask here: do you want to write code with Acad/C3D .NET API to mimic the "IMPORTPOINT" command with the same or very similar UI, if so, why? just practice the API programming, or you want to somehow improve/simplify the "IMPORTPOINTS" command for your custom workflow (I can hardly see what the difference of workflow is, from your description)? Or, maybe, you just want to know if it is doable with .NET API, if so, yes, it can be done rather easily, if you do know how to program with Acad/C3D .NET API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 15:28:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/importing-points-through-net-api-with-predefined-steps/m-p/13234967#M759</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2024-12-30T15:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Importing points through .net api with predefined steps.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/importing-points-through-net-api-with-predefined-steps/m-p/13235016#M760</link>
      <description>&lt;P&gt;The main thing I'm trying to achieve here is the automation aspect of it, instead of opening the dialog box, I wish it all to be done on the command line itself, mainly doing the above steps by just asking the user the necessary requirements. This filters into a greater code, but as of now, I've already achieved, with just running one command an entire procedure of slope analysis along with exporting points while attaching elevations to them, exporting them to an excel file with a certain format. I wish to add to this procedure by importing filtered points into the drawing.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 16:01:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/importing-points-through-net-api-with-predefined-steps/m-p/13235016#M760</guid>
      <dc:creator>iqbalzain099</dc:creator>
      <dc:date>2024-12-30T16:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Importing points through .net api with predefined steps.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/importing-points-through-net-api-with-predefined-steps/m-p/13235100#M761</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/543921"&gt;@norman.yuan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/543921"&gt;@norman.yuan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;do you want to write code with Acad/C3D .NET API to mimic the "IMPORTPOINT" command with the same or very similar UI, if so, why? just practice the API programming, or you want to somehow improve/simplify the "IMPORTPOINTS" command for your custom workflow (I can hardly see what the difference of workflow is, from your description)? Or, maybe, you just want to know if it is doable with .NET API, if so, yes, it can be done rather easily, if you do know how to program with Acad/C3D .NET API.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;maybe he has a lot of files and wanted to import em all at once&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 16:58:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/importing-points-through-net-api-with-predefined-steps/m-p/13235100#M761</guid>
      <dc:creator>essam-salah</dc:creator>
      <dc:date>2024-12-30T16:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Importing points through .net api with predefined steps.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/importing-points-through-net-api-with-predefined-steps/m-p/13235107#M762</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16337061"&gt;@iqbalzain099&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/CIV3D/2025/ENU/?guid=GUID-BFA595CB-A84E-4E23-BD8E-3842D811B7E4" target="_blank"&gt;try snippets from ADSD help&amp;nbsp; Autodesk Civil 3D Help | Points | Autodesk&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also tbh first thing came to my mind when describing the GUI process is UiPath and RPA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 17:04:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/importing-points-through-net-api-with-predefined-steps/m-p/13235107#M762</guid>
      <dc:creator>essam-salah</dc:creator>
      <dc:date>2024-12-30T17:04:47Z</dc:date>
    </item>
  </channel>
</rss>

