How do I read or edit FME created extended attributes in Autodesk Map
From Fmepedia
Q) How do I read or edit FME created extended attributes in Autodesk Map?
A) Included with Autodesk Map is an AutoLisp utility called eedcnvrt.lsp, which will convert extended entity attributes into Map object data. To run the conversion type:
(load "eedcnvrt.lsp") EEDCONVERT
Alternatively, the attached VBA macro (EED.dvb) will allow viewing, editing and creating of extended entity data with the application name ACAD.
