<?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: AEC Objects &amp;amp; LISP in Civil 3D Customization Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3499458#M22657</link>
    <description>&lt;P&gt;Wonderful, but learn .NET for the future. LISP and COM is not the way to customize Civil 3D.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter Funk&lt;/P&gt;
&lt;P&gt;Autodesk, Inc.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2012 03:38:01 GMT</pubDate>
    <dc:creator>peterfunkautodesk</dc:creator>
    <dc:date>2012-06-14T03:38:01Z</dc:date>
    <item>
      <title>AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479790#M22643</link>
      <description>Anyone know how to get into the AEC objects (Civil 3D &amp;amp; Architecture) with LISP? I am trying to get into the AEC Drawing setup info using vlax functions in lisp.  The following doesn't work, but I hope it will illustrate what I am trying to do.&lt;BR /&gt;
Any help appreciated,&lt;BR /&gt;
tom&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
(defun c:getaec ( / acad_app aec_app aec_doc aec_pref temp_lu)&lt;BR /&gt;
&lt;BR /&gt;
  	(setq acad_app (vlax-get-acad-object))&lt;BR /&gt;
	(setq aec_app (vlax-invoke-method acad_app 'GetInterfaceObject "AecBase.Application"))&lt;BR /&gt;
  	(setq aec_doc (vlax-get-property aec_app 'AecBaseDocument))&lt;BR /&gt;
  	(setq aec_pref (vlax-get-property aec_doc 'AecBaseDatabasePreferences))&lt;BR /&gt;
&lt;BR /&gt;
  	(setq temp_lu (vlax-get-property aec_pref 'LinearUnit))&lt;BR /&gt;
&lt;BR /&gt;
  	(print temp_lu)&lt;BR /&gt;
&lt;BR /&gt;
)</description>
      <pubDate>Thu, 30 Apr 2009 17:02:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479790#M22643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-30T17:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479791#M22644</link>
      <description>Why are you working with lisp with civil3d?&lt;BR /&gt;
VBA, or VB.net would work better.

Edited by: jpkycek on May 2, 2009 1:42 AM</description>
      <pubDate>Sat, 02 May 2009 01:26:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479791#M22644</guid>
      <dc:creator>jpkycek</dc:creator>
      <dc:date>2009-05-02T01:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479792#M22645</link>
      <description>I'm integrating it with some previously developed LISP code that will run in Civil 3D and Architecture (trying to automate our dimstyle creation).  VBA is getting left behind and I haven't taken the time to learn .net (just diving into C#).  Also, I'm a little obstinate and wanted to figure out how to do this in LISP if you can.....</description>
      <pubDate>Mon, 04 May 2009 17:36:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479792#M22645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-04T17:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479793#M22646</link>
      <description>&lt;DIV id="jive-html-wrapper-div"&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;I can do this in C3D, but have no idea how to do so in ACA. &lt;BR /&gt;
I'm sure it's similiar, but......&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;[code]&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;(defun c:getaec_example&amp;nbsp;(/ acad_app aec_app aec_doc &lt;BR /&gt;
aec_pref temp_lu)&lt;BR /&gt;(vl-load-com)&lt;BR /&gt;&amp;nbsp; (setq prod &lt;BR /&gt;
(vlax-product-key))&lt;BR /&gt;&amp;nbsp; (setq prodStr (strcat &lt;BR /&gt;
"AeccXUiLand.AeccApplication"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;(cond ((vl-string-search "&lt;A&gt;&lt;BR /&gt;
href="file://\\R17.0\\"&amp;gt;\\R17.0\\&lt;/A&gt;" &lt;BR /&gt;
prod)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
".4.0");;2007&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
((vl-string-search "&lt;A&gt;\\R17.1\\&lt;/A&gt;" &lt;BR /&gt;
prod)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
".5.0");;2008&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
((vl-string-search "&lt;A&gt;\\R17.2\\&lt;/A&gt;" &lt;BR /&gt;
prod)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
".6.0");;2009&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
((vl-string-search "&lt;A&gt;\\R18.0\\&lt;/A&gt;" &lt;BR /&gt;
prod)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
".7.0");;2010&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (t &lt;BR /&gt;
""))))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; (if (and &lt;BR /&gt;
(setq *acad* (vlax-get-acad-object))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (setq C3D &lt;BR /&gt;
(vla-getinterfaceobject *acad* prodStr))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (setq C3Ddoc &lt;BR /&gt;
(vla-get-activedocument C3D))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
(progn&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (setq C3Dpref (vlax-get-property C3Ddoc &lt;BR /&gt;
'Preferences))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (setq temp_lu &lt;BR /&gt;
(vlax-get-property C3Dpref 'LinearUnit))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
(print temp_lu)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
)&lt;BR /&gt;&amp;nbsp; (princ)&lt;BR /&gt;)&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;[/code]&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"CoffeeTwitch" wrote in message &lt;A&gt;&lt;BR /&gt;
  href="news:6176127@discussion.autodesk.com"&amp;gt;news:6176127@discussion.autodesk.com&lt;/A&gt;...&lt;/DIV&gt;I'm &lt;BR /&gt;
  integrating it with some previously developed LISP code that will run in Civil &lt;BR /&gt;
  3D and Architecture (trying to automate our dimstyle creation). VBA is getting &lt;BR /&gt;
  left behind and I haven't taken the time to learn .net (just diving into C#). &lt;BR /&gt;
  Also, I'm a little obstinate and wanted to figure out how to do this in LISP &lt;BR /&gt;
  if you can.....&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 May 2009 19:54:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479793#M22646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-04T19:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479794#M22647</link>
      <description>&lt;DIV id="jive-html-wrapper-div"&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;and don't forget to release the C3D object before exiting, &lt;BR /&gt;
else it will throw errors at you when closing C3D.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;(vlax-release-object C3D)&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px" &lt;BR /&gt;
dir=ltr&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"Jeff Mishler" &amp;lt;miffATsonicDOTnet&amp;gt; wrote in message &lt;A&gt;&lt;BR /&gt;
  href="news:6176290@discussion.autodesk.com"&amp;gt;news:6176290@discussion.autodesk.com&lt;/A&gt;...&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV id="jive-html-wrapper-div"&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT size="2"&gt;I can do this in C3D, but have no idea how to do so in ACA. &lt;BR /&gt;
  I'm sure it's similiar, but......&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT size="2"&gt;[code]&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT size="2"&gt;(defun c:getaec_example&amp;nbsp;(/ acad_app aec_app aec_doc &lt;BR /&gt;
  aec_pref temp_lu)&lt;BR /&gt;(vl-load-com)&lt;BR /&gt;&amp;nbsp; (setq prod &lt;BR /&gt;
  (vlax-product-key))&lt;BR /&gt;&amp;nbsp; (setq prodStr (strcat &lt;BR /&gt;
  "AeccXUiLand.AeccApplication"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;(cond ((vl-string-search &lt;BR /&gt;
  "&lt;A&gt;\\R17.0\\&lt;/A&gt;" &lt;BR /&gt;
  prod)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
  ".4.0");;2007&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
  ((vl-string-search "&lt;A&gt;\\R17.1\\&lt;/A&gt;" &lt;BR /&gt;
  prod)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
  ".5.0");;2008&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
  ((vl-string-search "&lt;A&gt;\\R17.2\\&lt;/A&gt;" &lt;BR /&gt;
  prod)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
  ".6.0");;2009&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
  ((vl-string-search "&lt;A&gt;\\R18.0\\&lt;/A&gt;" &lt;BR /&gt;
  prod)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
  ".7.0");;2010&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (t &lt;BR /&gt;
  ""))))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; (if (and &lt;BR /&gt;
  (setq *acad* (vlax-get-acad-object))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (setq C3D &lt;BR /&gt;
  (vla-getinterfaceobject *acad* prodStr))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (setq C3Ddoc &lt;BR /&gt;
  (vla-get-activedocument C3D))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
  (progn&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (setq C3Dpref (vlax-get-property &lt;BR /&gt;
  C3Ddoc 'Preferences))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (setq temp_lu &lt;BR /&gt;
  (vlax-get-property C3Dpref 'LinearUnit))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
  (print temp_lu)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;
  )&lt;BR /&gt;&amp;nbsp; (princ)&lt;BR /&gt;)&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV&gt;&lt;FONT size="2"&gt;[/code]&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
  &lt;BLOCKQUOTE&gt;&lt;BR /&gt;
  style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
    &lt;DIV&gt;"CoffeeTwitch" wrote in message &lt;A&gt;&lt;BR /&gt;
    href="news:6176127@discussion.autodesk.com"&amp;gt;news:6176127@discussion.autodesk.com&lt;/A&gt;...&lt;/DIV&gt;I'm &lt;BR /&gt;
    integrating it with some previously developed LISP code that will run in &lt;BR /&gt;
    Civil 3D and Architecture (trying to automate our dimstyle creation). VBA is &lt;BR /&gt;
    getting left behind and I haven't taken the time to learn .net (just diving &lt;BR /&gt;
    into C#). Also, I'm a little obstinate and wanted to figure out how to do &lt;BR /&gt;
    this in LISP if you can.....&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 May 2009 20:23:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479794#M22647</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-04T20:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479795#M22648</link>
      <description>Cool - that code runs fine for my Civil 3D - thanks.  I think I can do the same with ACA using a different arx (just not the AecBase).  It's funny though: ACA documents the AEC Base object model, but it seems like it's left out of Civil 3D docs.  The arx is there in both programs though.  It's my understanding that you are supposed to be able to get into the AecBase for general info (like the linear units settings).  Have I misinterpreted this?&lt;BR /&gt;
&lt;BR /&gt;
It feels like there is some fundamental thing I've got wrong after doing a lot of trial and all error using the &lt;BR /&gt;
get interface object command (tried a lot of version numbers for AecBase.Application.x.x).  Maybe my reference string is wrong: "AecBase.Application.x.x" ?</description>
      <pubDate>Mon, 04 May 2009 20:27:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479795#M22648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-04T20:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479796#M22649</link>
      <description>&lt;DIV id="jive-html-wrapper-div"&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;Yeah, I tried the GetInterfaceObject for the AecBase object &lt;BR /&gt;
too. I think it must be inherited by the LandApplication object and cannot be &lt;BR /&gt;
directly referenced, which is why the AecBasePreferences properties can be &lt;BR /&gt;
obtained through the Land object.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;I have ACA 2006 installed on an old laptop at home. If I &lt;BR /&gt;
remember tonight I'll fire it up and see what needs to be done with &lt;BR /&gt;
it.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"CoffeeTwitch" wrote in message &lt;A&gt;&lt;BR /&gt;
  href="news:6176320@discussion.autodesk.com"&amp;gt;news:6176320@discussion.autodesk.com&lt;/A&gt;...&lt;/DIV&gt;Cool &lt;BR /&gt;
  - that code runs fine for my Civil 3D - thanks. I think I can do the same with &lt;BR /&gt;
  ACA using a different arx (just not the AecBase). It's funny though: ACA &lt;BR /&gt;
  documents the AEC Base object model, but it seems like it's left out of Civil &lt;BR /&gt;
  3D docs. The arx is there in both programs though. It's my understanding that &lt;BR /&gt;
  you are supposed to be able to get into the AecBase for general info (like the &lt;BR /&gt;
  linear units settings). Have I misinterpreted this? It feels like there is &lt;BR /&gt;
  some fundamental thing I've got wrong after doing a lot of trial and all error &lt;BR /&gt;
  using the get interface object command (tried a lot of version numbers for &lt;BR /&gt;
  AecBase.Application.x.x). Maybe my reference string is wrong: &lt;BR /&gt;
  "AecBase.Application.x.x" ?&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 May 2009 20:39:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479796#M22649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-04T20:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479797#M22650</link>
      <description>&lt;DIV id="jive-html-wrapper-div"&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;While both programs do use AEC Base, all the Civil &lt;BR /&gt;
Settings are stored in the Civil object model. The overlap of useful&amp;nbsp;code &lt;BR /&gt;
that will work in both Civl 3D and ACA is pretty slim.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;LISP is not the way to work with Civil 3D (or ACA &lt;BR /&gt;
for that matter). I would find the functions that work and are still&amp;nbsp;useful &lt;BR /&gt;
and keep them in LISP. Then&amp;nbsp;port (rewrite)&amp;nbsp;the functions that you need &lt;BR /&gt;
to .NET. This will be faster and less work than keeping them in LISP and trying &lt;BR /&gt;
to make them work with the object model. There is also a COM library for Visual &lt;BR /&gt;
LISP that you could look at to hook into existing LISP.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;While there are some that can write in LISP and &lt;BR /&gt;
will argue that it is the best programming language ever invented, most of the &lt;BR /&gt;
readers of this newsgroup and the Autodesk Developer Network support team can't &lt;BR /&gt;
read LISP and won't be able to provide any support on it. In addition, NONE of &lt;BR /&gt;
the Civil 3D samples or help files&amp;nbsp;will ever be written in to support LISP. &lt;BR /&gt;
.NET is the language to learn.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;Regards,&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;Peter Funk&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;Civil 3D Product Manager&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;Autodesk, Inc.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 May 2009 20:42:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479797#M22650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-04T20:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479798#M22651</link>
      <description>Hi Peter - thanks for your reply.  It looks like I'm misinterpreting how AecBase is being used.  I guess it's really time to get into .net, but really, LISP (common lisp) is the best programming language ever invented!  Ok, just kidding (still a neat language though), I know: right tool, for the right job.  I'll rethink my approach, but for future reference, in the context of .net:  If I want to grab something simple/shared like the drawing scale: would the AecBase be the appropriate object to grab (keeping in mind that I am trying to write one tool for both Civil 3D and ACA), or would you advise a check (which app am I in: C3D or ACA) and then grab the info through the specific app's object model?  Or in other words: is it safe to use AecBase or is it better to use the application specific library?  &lt;BR /&gt;
thanks,&lt;BR /&gt;
tom</description>
      <pubDate>Mon, 04 May 2009 21:35:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/2479798#M22651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-04T21:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3430901#M22652</link>
      <description>&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I agree LISP is old, but there are still many users that are more comfortable with it. I have plenty of existing LISP routines that i would like to be able to access Civil3d objects, but dont want to learn a complete new language to do it. &amp;nbsp;So being able to use visual lisp's object functions to access 3cd objects is very handy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is funny that I was told years ago that LISP was going away and VBA is the way to go, but LISP is still avaliable with the standard deployment but you have to download and install extra stuff to get VBA working in 2012.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2012 17:51:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3430901#M22652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-25T17:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3435473#M22653</link>
      <description>&lt;P&gt;VB.NET or C# are the two languages that should be used to work with Civil 3D. While the COM model is still there, it is missing many of the new features that we have added to Civil 3D, is 5 to 10 times slower than the .NET API and may be dropped when the .NET API is competed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using LISP takes the slow COM model and attaches it to the impossible syntax of LISP (yes I know LISP and I've written more commerical LISP than most people around) giving you the worst of both worlds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I strongly suggest stop all LISP development (that means you too Dave G) and move to .NET. The "Express Editions" from Microsoft are free and should provide all the tools that you need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter Funk&lt;/P&gt;
&lt;P&gt;Autodesk, Inc.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2012 19:53:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3435473#M22653</guid>
      <dc:creator>peterfunkautodesk</dc:creator>
      <dc:date>2012-04-27T19:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3435569#M22654</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/555885"&gt;@peterfunkautodesk&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;... when the .NET API is completed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter Funk&lt;/P&gt;
&lt;P&gt;Autodesk, Inc.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;still waiting...&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2012 20:43:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3435569#M22654</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2012-04-27T20:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3446531#M22655</link>
      <description>&lt;P&gt;Me too... I have waited that from Civil 3D 2008 version..&amp;nbsp;&lt;img id="manwink" class="emoticon emoticon-manwink" src="https://forums.autodesk.com/i/smilies/16x16_man-wink.png" alt="Man Wink" title="Man Wink" /&gt;&lt;/P&gt;&lt;P&gt;LISP is the best language for testing COM based features quickly upon multiple Civil 3D versions.&lt;/P&gt;&lt;P&gt;No need to add references to Visual Studio 20xx.&lt;/P&gt;&lt;P&gt;-VV&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2012 09:55:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3446531#M22655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-07T09:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3499316#M22656</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;code&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(defun c:getaec_example&amp;nbsp;(/ acad_app aec_app aec_doc aec_pref temp_lu)&lt;BR /&gt;&amp;nbsp; (vl-load-com)&lt;BR /&gt;&amp;nbsp; (setq&amp;nbsp;prod&lt;BR /&gt;&amp;nbsp; (vlax-product-key)&lt;BR /&gt;&amp;nbsp; )&lt;BR /&gt;&amp;nbsp; (setq&amp;nbsp;prodStr&amp;nbsp;(strcat&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "AecX.AecArchBaseApplication"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (cond&amp;nbsp;((vl-string-search&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;gt;\\R17.0\\"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prod&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ".4.0"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;;;2007&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;((vl-string-search&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;A target="_blank"&gt;\\R17.1\\&lt;/A&gt;"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prod&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ".5.0"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;;;2008&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;((vl-string-search&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;A target="_blank"&gt;\\R17.2\\&lt;/A&gt;"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prod&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ".6.0"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;;;2009&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;((vl-string-search&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;A target="_blank"&gt;\\R18.0\\&lt;/A&gt;"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prod&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ".7.0"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;;;2010&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;((vl-string-search&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;A target="_blank"&gt;\\R18.2\\&lt;/A&gt;"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prod&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ".6.7"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;;;2012&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;(t&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;)&lt;BR /&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; (if (and&lt;BR /&gt;&amp;nbsp;(setq *acad* (vlax-get-acad-object))&lt;BR /&gt;&amp;nbsp;(setq AEC&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (vla-getinterfaceobject *acad* prodStr)&lt;BR /&gt;&amp;nbsp;)&lt;BR /&gt;&amp;nbsp;(setq AECdoc&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (vla-get-activedocument AEC)&lt;BR /&gt;&amp;nbsp;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (progn&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (setq AECpref (vlax-get-property&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AECdoc&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Preferences&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (setq temp_lu&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (vlax-get-property AECpref 'LinearUnit)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (print temp_lu)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;BR /&gt;&amp;nbsp; (princ)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;code&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;did not proof it for all versions.&amp;nbsp; just for 2012.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 00:07:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3499316#M22656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-14T00:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3499458#M22657</link>
      <description>&lt;P&gt;Wonderful, but learn .NET for the future. LISP and COM is not the way to customize Civil 3D.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter Funk&lt;/P&gt;
&lt;P&gt;Autodesk, Inc.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 03:38:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3499458#M22657</guid>
      <dc:creator>peterfunkautodesk</dc:creator>
      <dc:date>2012-06-14T03:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3500432#M22658</link>
      <description>&lt;P&gt;I have started to learn .NET mainly to work with the rest of the world and outside of Autocad.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it makes me wonder why Autodesk would add all the Visual Lisp functions to work with object models, then tell users not to use it. I personally am/was looking for ways that VLisp could read civil3d info from objects, like structures, not create them. Mainly to allow existing programs written in Lisp and working just fine be able to interact with the new objects. But by reading threads on here no matter what anyone asks or posts, Autodesk will continue to tell you to learn .NET.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 14:41:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3500432#M22658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-14T14:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3504396#M22659</link>
      <description>&lt;P&gt;The interface that you are using in LISP is the COM API that was typically used with VBA. The COM API was designed to be easy to use compared to the C++ ObjectARX API. When it was developed it was known that by making it easy to use it gave up speed (in some cases it is 10 times slower than ObjectARX).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The direction of API has changed to .NET that is eaiser to use than ObjectARX but has almost the same speed (within 5%). With this change we have stopped all active development of the COM API and put all our effort behind the .NET API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I'm going to continue to say "don't use Visual LISP" for the following reasons:&lt;/P&gt;
&lt;P&gt;1. It is slow&lt;/P&gt;
&lt;P&gt;2. It is undocumented&lt;/P&gt;
&lt;P&gt;3. It is untested&lt;/P&gt;
&lt;P&gt;4. It is hard to use because ((it is LISP)(it uses a wrapper that allows LISP access to the VBA API))&lt;/P&gt;
&lt;P&gt;5. It is missing all new object&amp;nbsp;development (the new pressure pipes will not be exposed to COM)&lt;/P&gt;
&lt;P&gt;6. It may go away in the future&lt;/P&gt;
&lt;P&gt;7. It is very limited compared to .NET&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;Peter Funk&lt;/P&gt;
&lt;P&gt;Autodesk, Inc.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2012 13:41:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3504396#M22659</guid>
      <dc:creator>peterfunkautodesk</dc:creator>
      <dc:date>2012-06-18T13:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3505812#M22660</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;I agree that we should use now and in the future .NET to develope Civil 3D applications.&lt;/P&gt;&lt;P&gt;I really have to give my opinion on those facts what you pointed out.&lt;/P&gt;&lt;P&gt;1. Lisp is slow -&amp;gt; thats OK&lt;/P&gt;&lt;P&gt;2. Lisp or ActiveX is not undocumented but there are not any lisp examples.&lt;/P&gt;&lt;P&gt;3. It´s as bullet proof as ActiveX can be.&lt;/P&gt;&lt;P&gt;4. Lisp code is hard to follow because of syntax. ActiveX interfaces are easy to use but hard to find the problem when it occurs.&lt;/P&gt;&lt;P&gt;5. Because Autodesk have desided to do so. It´s also easier to support one or two APIs only.&lt;/P&gt;&lt;P&gt;6. Or may be not. Of course in Civil 3D world Lisp is out of date.&lt;/P&gt;&lt;P&gt;7. All languages have their limitations even .NET but how to choose right tool to do the job. In small tasks Lisp is better because you don´t have to care about .NET references or servicepacks like .NET have to. In medium and larger Civil 3D projects it´s better to use .NET and ObjectARX languages together. There are now and in the future several ObjectARX functions which are not exposed to .NET. Example in Civil 3D Customdraw API is supported only with ObjectARX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Veli V.&lt;/P&gt;&lt;P&gt;Basepoint Oy&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 07:12:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3505812#M22660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-19T07:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3506284#M22661</link>
      <description>&lt;P&gt;Unless I'm just making a macro function that runs a command, I don't use LISP. If I'm doing anything else, I use .NET.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While the .NET API isn't complete and there are still a few things that you can only do with COM you can add those into the .NET applications. On the flip&amp;nbsp;side, there are features (superelevation)&amp;nbsp;that you can only get in .NET&amp;nbsp;that have no COM API.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wouldn't use the Custom Draw API, I would look at the Overrule API that is part of .NET because it is more powerful and can do more than just changing the graphics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For #6, LISP was designed to work with DXF codes. That is where is was the most powerful. In an object world, it is the wrong tool.&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;Peter Funk&lt;/P&gt;
&lt;P&gt;Autodesk, Inc.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 13:41:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3506284#M22661</guid>
      <dc:creator>peterfunkautodesk</dc:creator>
      <dc:date>2012-06-19T13:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: AEC Objects &amp; LISP</title>
      <link>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3507624#M22662</link>
      <description>&lt;P&gt;Thank you Peter.&lt;/P&gt;&lt;P&gt;I think this is a good conversation to point out why we should move to .NET and ObjectARX.&lt;/P&gt;&lt;P&gt;-Veli V.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2012 05:09:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-customization-forum/aec-objects-lisp/m-p/3507624#M22662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-20T05:09:38Z</dc:date>
    </item>
  </channel>
</rss>

