<?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 should I start to customization? in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3516122#M19643</link>
    <description>&lt;P&gt;Since you know C++ &amp;amp; Java I would suggest looking into using C#.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A good place to start is the AutoCAD .NET Developer's Guide lcoated here: &lt;A target="_blank" href="http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html"&gt;http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll need to learn the AutoCAD programming basics before jumping into Civil3D programming.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jun 2012 14:47:36 GMT</pubDate>
    <dc:creator>michael_robertson</dc:creator>
    <dc:date>2012-06-26T14:47:36Z</dc:date>
    <item>
      <title>How should I start to customization?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3515526#M19640</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am very new to customization any programme.Still i never write any code to autoCAD or Civil 3D.But I want to some customization to civil 3D .&lt;/P&gt;&lt;P&gt;How I start?What is first step?&lt;/P&gt;&lt;P&gt;I not want to do big change some simple things like custom report creation,expoting points etc.&lt;/P&gt;&lt;P&gt;I know there are autolisp,.net,com like things.What is best for simple customization?&lt;/P&gt;&lt;P&gt;What is easy to learn?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pls give me some idea.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 09:30:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3515526#M19640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-26T09:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: How should I start to customization?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3515616#M19641</link>
      <description>&lt;P&gt;First question: Do you know any programming languages at all?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, I would suggest learning&amp;nbsp;one of the .NET languages (either VB or C#). Learning one of these languages will provide you the skills to write many different types of programs, not just Autodesk based programs. There are lots of examples/support for both regular windows programming and programming ACad/C3D on the web.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ObjectARX is the strongest most versatile language for programming Autodesk based&amp;nbsp;products and thus it also has the highest learning curve. If your goal in the long run is to right commercial software for ACad based products this is something you would want to look into later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AutoLISP is another choice for programming, I haven't done LISP programming but it appears very strong for procedural type tasks but not as intuitive for GUI/Event driven programming. AutoLISP programmers please correct me if I'm wrong!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The one language Autodesk provides that I would skip is VBA (Visual Basic for Applications, not to be confused with Visual Basic .NET). Autodesk is trying to dump support for that language.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 11:18:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3515616#M19641</guid>
      <dc:creator>michael_robertson</dc:creator>
      <dc:date>2012-06-26T11:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: How should I start to customization?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3516094#M19642</link>
      <description>&lt;P&gt;I know c++ and java some what (not lot).I want to create custom report types,export points ,some land surveying type things.They are not big programme.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What languege should i learn?&lt;/P&gt;&lt;P&gt;I want customization autoCAD and civil 3D.&lt;/P&gt;&lt;P&gt;What is the stating point?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 14:39:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3516094#M19642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-26T14:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: How should I start to customization?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3516122#M19643</link>
      <description>&lt;P&gt;Since you know C++ &amp;amp; Java I would suggest looking into using C#.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A good place to start is the AutoCAD .NET Developer's Guide lcoated here: &lt;A target="_blank" href="http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html"&gt;http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll need to learn the AutoCAD programming basics before jumping into Civil3D programming.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 14:47:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3516122#M19643</guid>
      <dc:creator>michael_robertson</dc:creator>
      <dc:date>2012-06-26T14:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: How should I start to customization?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3516154#M19644</link>
      <description>&lt;P&gt;There is also the sample source code for the free version SincpacC3D. This was created before most of the C3D objects were exposed in the .NET API, so most (if not all) of it is based on the COM Interops, but it could still help get acquainted with the things available to you. In addition, there are a number of examples in the C3D install location under Sample\Civil 3D API\DotNet\CSharp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.quuxsoft.com/SincpacC3D_source.aspx" target="_blank"&gt;SincpacC3D Source Code&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 15:01:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3516154#M19644</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2012-06-26T15:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: How should I start to customization?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3520214#M19645</link>
      <description>&lt;P&gt;A big help for me is at:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://usa.autodesk.com/adsk/servlet/index?id=1911627&amp;amp;siteID=123112"&gt;http://usa.autodesk.com/adsk/servlet/index?id=1911627&amp;amp;siteID=123112&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In particular, the self paced Atocad NET Training labs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2012 18:03:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3520214#M19645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-28T18:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: How should I start to customization?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3556664#M19646</link>
      <description>&lt;P&gt;I also began to learn civil3d .net customization recently and can reccomend:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;for me a kick-start for learning AutoCAD&amp;nbsp;.net programming was buying Jerry Winters book "VB.NET For AutoCAD 2010";&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;you can register (for free) and check online classes covering .net programming for both AutoCAD and Civil3D: &lt;A href="http://au.autodesk.com/" target="_blank"&gt;http://au.autodesk.com/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Then of course you should find and bookmark links to both AutoCAD and Civil3D API Reference Guides and Developers Guides as well as to .NET Framework Class Library. Buy a good book for the language of your choice. Another recommendation is to do everything on a 32-bit windows because there are certain things that will not work on a 64-bit platform (mostly connected to debugging). Good luck!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2012 22:17:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/how-should-i-start-to-customization/m-p/3556664#M19646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-28T22:17:44Z</dc:date>
    </item>
  </channel>
</rss>

