<?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: Civil 3D 2012 COM and the command line. in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3423771#M19772</link>
    <description>&lt;P&gt;Michael, what issues were you having getting this to run in 2012? After copying the vbproj file, renaming it to reference 2012 and setting the references for 2012 and adding conditional compilation symbol for 2012, then adding some minor additions to the Civil3DConnect code, it works fine in 2012.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will try to get you a revised zip file with a .NET version included during my lunch today (it's 10 a.m. here in California).&lt;/P&gt;</description>
    <pubDate>Fri, 20 Apr 2012 16:57:45 GMT</pubDate>
    <dc:creator>Jeff_M</dc:creator>
    <dc:date>2012-04-20T16:57:45Z</dc:date>
    <item>
      <title>Civil 3D 2012 COM and the command line.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3423337#M19769</link>
      <description>&lt;P&gt;I am attempting to access the command line via the com interop in order to manipulate the command lne to apply labels with some lisp and command line interaction. I have succeeded in getting this&amp;nbsp;VB.Net app&amp;nbsp;working on Civil 3D 2010 but thus far no luck with Civil 3D 2012. Been down the full gambit I'd hate to have to flip the script and call a .Net form from a lisp app to get this done. Any suggestions on why commandline access works on 2010 but not 2012. I have applied the registry fix to be able to access the needed AEC 6.7 references. Done the fiberworld fix with closing all the documents. I'm open to any suggestions or&amp;nbsp;preferably a .Net exposed API to apply Labels along an alignment in batch...Hint Hint Autodesk &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.autodesk.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael J. Smith&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 13:14:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3423337#M19769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-20T13:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Civil 3D 2012 COM and the command line.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3423367#M19770</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;..... preferably a .Net exposed API to apply Labels along an alignment in batch....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;Can't help with the COM commandline issue without seeing some code. However, what type of labels do you want to add? In 2012 you can create StationOffset labels.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 13:27:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3423367#M19770</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2012-04-20T13:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Civil 3D 2012 COM and the command line.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3423395#M19771</link>
      <description>&lt;P&gt;Really that's very intriguing the label type is Station and Offset while pulling a description&amp;nbsp;from a cogo&amp;nbsp;point. You mind telling me more I have been looking to do this for quite sometime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VS 2008 Civil 3D 2010 Project attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the feedback Jeff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael J. Smith&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 13:44:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3423395#M19771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-20T13:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Civil 3D 2012 COM and the command line.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3423771#M19772</link>
      <description>&lt;P&gt;Michael, what issues were you having getting this to run in 2012? After copying the vbproj file, renaming it to reference 2012 and setting the references for 2012 and adding conditional compilation symbol for 2012, then adding some minor additions to the Civil3DConnect code, it works fine in 2012.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will try to get you a revised zip file with a .NET version included during my lunch today (it's 10 a.m. here in California).&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 16:57:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3423771#M19772</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2012-04-20T16:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Civil 3D 2012 COM and the command line.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3423833#M19773</link>
      <description>&lt;P&gt;Thanks I am very glad to here that it work for you on Civil 3D 2012 gives me hope. &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael J. Smith&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 17:26:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3423833#M19773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-20T17:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Civil 3D 2012 COM and the command line.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3424155#M19774</link>
      <description>&lt;P&gt;OK, attached is a new zip file with 3 projects. Your original for 2010 with some alterations for the Conditional Compilation Symbols, a new for 2012 using the same code as 2010, and a new for 2012_NET which uses new code and does not use the COM Interops. Both of the 2012 versions work, I didn't test the 2010 but it should work as it did before.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't recall if I rebuilt all of the Debug/Release builds before creating the zip, so make sure you build them yourself before testing. (The 2012_NET Debug was the last one I did test, so it should be good.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oh, and the NET version should also work in 2011 without any changes (untested though), just load the dll and run.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 19:40:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3424155#M19774</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2012-04-20T19:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Civil 3D 2012 COM and the command line.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3424245#M19775</link>
      <description>&lt;P&gt;Thanks for all the help Jeff. I appreciate you taking the time to share.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael J. Smith&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 20:04:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3424245#M19775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-20T20:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Civil 3D 2012 COM and the command line.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3424275#M19776</link>
      <description>&lt;P&gt;Works line a charm....Thanks Jeff that really opens the door up for some cool apps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael J. Smith&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 20:16:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3424275#M19776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-20T20:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Civil 3D 2012 COM and the command line.</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3424305#M19777</link>
      <description>&lt;P&gt;Glad I could help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you find a response which answers your question, &lt;FONT color="#008000"&gt;please be sure to accept the actual post which helped you as the solution&lt;/FONT&gt;. This will help future searchers quickly find answers to their own questions. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 20:30:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/civil-3d-2012-com-and-the-command-line/m-p/3424305#M19777</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2012-04-20T20:30:33Z</dc:date>
    </item>
  </channel>
</rss>

