Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

re-ordering of the dwg Custom Properties

matthew.mccormack2257W
Advocate

re-ordering of the dwg Custom Properties

matthew.mccormack2257W
Advocate
Advocate

Hi all,

 

Does anybody know of anyway to Re-order the DWG list of Custom Propertires without Deleting... 

0 Me gusta
Responder
Soluciones aceptadas (1)
310 Vistas
3 Respuestas
Respuestas (3)

Michiel.Valcke
Advisor
Advisor

Without lisp, not that I know off,

You have to recreate them in the order that you want them to appear and delete the ones that are in the wrong order.

With Visual lisp you can get the summaryinfo of a document, you can read, set and create custom properties with visual lisp, so in a way you can 'set' the correct order there. But that would be more complex than doing it by hand, it would also not be interactive unless you add some dcl and a sorting routine. 

0 Me gusta

TerryDotson
Mentor
Mentor
Solución aceptada

If you were to consider third party add-ons, DotSoft's ToolPac contains a Drawing Properties Edit tool that lets users review and modify the properties of drawings without having to open them in the editor.  In the case of custom properties, you can easily add, delete, export/import, move rows up/down or to the top/bottom, sort, find/replace across the collection and more.  Also shows additional information about the file.

 

DwgPrpEdt.png

Michiel.Valcke
Advisor
Advisor

@TerryDotson nice, I didn't know about that one. I'll have to keep it in the back of my mind.

0 Me gusta