- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Hi all,
Does anybody know of anyway to Re-order the DWG list of Custom Propertires without Deleting...
¡Resuelto! Ir a solución.
The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.
Hi all,
Does anybody know of anyway to Re-order the DWG list of Custom Propertires without Deleting...
¡Resuelto! Ir a solución.
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.
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.
@TerryDotson nice, I didn't know about that one. I'll have to keep it in the back of my mind.