Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Registered Application ADE

13 REPLIES 13
Reply
Message 1 of 14
Anonymous
622 Views, 13 Replies

Registered Application ADE

What generates the "ADE" registered application?

I'm trying to remove all AEC data from some (vanilla) drawings
and I'm thinking this registered application is the culprit.

The "Dictionary Reactor" attached to the AcDbVariableDictionary
dictionary has a dxf code 1001 with a string of "ADE".

If I remove this information, will it stop the loading of AEC
components in my files?
13 REPLIES 13
Message 2 of 14
Anonymous
in reply to: Anonymous

"Jason Piercey" wrote in message news:6390764@discussion.autodesk.com...

> If I remove this information, will it stop the loading of AEC
> components in my files?

That'd be no.

(vlax-for item (vla-get-registeredapplications *doc*)
(princ (strcat "\n" (vla-get-name item))) )

ACAD
ACAD_PSEXT
ACAD_DSTYLE_DIMJAG
ACAD_DSTYLE_DIMTALN
AcDbBlockRepETag
AcDbDynamicBlockTrueName
AcDbDynamicBlockGUID
AcDbBlockRepBTag

Notice no "ADE" in the list yet this drawing still displays
the following upon opening it. I need to find where this
information is hiding so I can remove it.

Loading AEC Base...
Loading AEC Base Extended...
Loading AEC Base UI...

Any thoughts?
Message 3 of 14
Anonymous
in reply to: Anonymous

Interesting that if I save this drawing as 2007 format, open
it with 2008, this message no longer appears as it does with
AutoCAD 2011.

"Jason Piercey" wrote in message news:6390808@discussion.autodesk.com...

Loading AEC Base...
Loading AEC Base Extended...
Loading AEC Base UI...
Message 4 of 14
Anonymous
in reply to: Anonymous

ADE stand for Autocad Data Extension (the very first name of AutoCAD Map),
it's used by AutoCAD Map, and Map based verticals.

-gnb

"Jason Piercey" wrote in message
news:6390764@discussion.autodesk.com...
> What generates the "ADE" registered application?
>
> I'm trying to remove all AEC data from some (vanilla) drawings
> and I'm thinking this registered application is the culprit.
>
> The "Dictionary Reactor" attached to the AcDbVariableDictionary
> dictionary has a dxf code 1001 with a string of "ADE".
>
> If I remove this information, will it stop the loading of AEC
> components in my files?
Message 5 of 14
Anonymous
in reply to: Anonymous

Thanks for the information. It remains a mystery on how
to truly rid vanilla drawings of AEC content. Opening the
same drawing, from a fresh session, sometimes will load
the AEC data and other times it will not. Using the command
-ExportToAutoCAD does not appear to resolve this issue.

Die AEC content die!



"Gaston Nunez" wrote in message news:6390907@discussion.autodesk.com...
ADE stand for Autocad Data Extension (the very first name of AutoCAD Map),
it's used by AutoCAD Map, and Map based verticals.

-gnb
Message 6 of 14
dgorsman
in reply to: Anonymous

I know exactly how you feel. I've even saved as ASCII DXF and used a text editor to try and track down object enabler data. Sometimes it helps to use the Appload dialog to unload the AEC support files before cleaning.
----------------------------------
If you are going to fly by the seat of your pants, expect friction burns.
"I don't know" is the beginning of knowledge, not the end.


Message 7 of 14
Anonymous
in reply to: Anonymous

I'm also noticing the messages regarding AEC content
appear at different times when opening the same drawing.
Sometimes they appear before the xrefs are loaded and
other times after the xrefs have loaded.


wrote in message news:6390975@discussion.autodesk.com...
I know exactly how you feel. I've even saved as ASCII DXF and used a text editor to try and track down object enabler data.
Sometimes it helps to use the Appload dialog to unload the AEC support files before cleaning.
Message 8 of 14
Anonymous
in reply to: Anonymous

What happens if you blow away the (six or seven) dictionaries named AEC_xxx?
I also would like to swat this mosquito,

--
Herman Mayfarth
Tekton Construction Services
www.tktn.com
Message 9 of 14
Anonymous
in reply to: Anonymous

Hi Herman,

I've got a "KillAec" command that removes all AEC* dictionaries.
There are none in this file yet the messages keep appearing. Grrr.


"Herman Mayfarth" wrote in message news:6391429@discussion.autodesk.com...
What happens if you blow away the (six or seven) dictionaries named AEC_xxx?
I also would like to swat this mosquito,

--
Herman Mayfarth
Tekton Construction Services
www.tktn.com
Message 10 of 14
Anonymous
in reply to: Anonymous

Anyone know where this textstyle comes from?

"SHAPE|REF"

I have this entry in the style table, but only in the one
drawing file that displays the AEC loading messages.

Could this be the culprit?
Message 11 of 14
Anonymous
in reply to: Anonymous

(entget (tblobjname "style" "shape|ref"))

((-1 . ) (0 . "STYLE") (330 . )
(5 . "B04") (100 . "AcDbSymbolTableRecord") (100 . "AcDbTextStyleTableRecord")
(2 . "") (70 . 49) (40 . 0.0) (41 . 1.0) (50 . 0.0) (71 . 0) (42 . 4.5) (3 .
"ltypeshp.shx") (4 . ""))

"Jason Piercey" wrote in message news:6391872@discussion.autodesk.com...
Anyone know where this textstyle comes from?

"SHAPE|REF"

I have this entry in the style table, but only in the one
drawing file that displays the AEC loading messages.

Could this be the culprit?
Message 12 of 14
Anonymous
in reply to: Anonymous

What generates this registered application?

"DCO15"
Message 13 of 14
Anonymous
in reply to: Anonymous

From:http://www.autodesk.com/techpubs/autocad/acad2000/dxf/mtext_dxf_06.htm

Xdata with the "DCO15" application ID may follow an mtext entity. This
contains information related to the dbConnect feature.

hth

I hope we find the aec buster too...i get so tired of seeing that...always
figured it was from using something sent to us from an architectural
firm...but like you it seems random and i can never put my finger on it.

:-)



"Jason Piercey" wrote in message
news:6391896@discussion.autodesk.com...
What generates this registered application?

"DCO15"
Message 14 of 14
Anonymous
in reply to: Anonymous

Thanks Mark. It's so hit and miss with this set of drawings.

"mp" wrote in message news:6391936@discussion.autodesk.com...
From:http://www.autodesk.com/techpubs/autocad/acad2000/dxf/mtext_dxf_06.htm

Xdata with the "DCO15" application ID may follow an mtext entity. This
contains information related to the dbConnect feature.

hth

I hope we find the aec buster too...i get so tired of seeing that...always
figured it was from using something sent to us from an architectural
firm...but like you it seems random and i can never put my finger on it.

:-)

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost