Author Topic: Is there a way to edit custom properties?  (Read 769 times)

0 Members and 1 Guest are viewing this topic.

HasanCAD

  • Swamp Rat
  • Posts: 686
Is there a way to edit custom properties?
« on: May 15, 2012, 10:40:25 am »
Is there way to edit custom properties for CAD file without opening the file?

Lee Mac

  • Needs a day job
  • Posts: 8785
  • AutoCAD 2013 Windows 7 London, England
Re: Is there a way to edit custom properties?
« Reply #1 on: May 15, 2012, 10:49:46 am »
Those properties are accessible using ObjectDBX, though I guess this is not what you had in mind...
Lee Mac Programming
With Mathematics there is the possibility of perfect rigour, so why settle for less?

ronjonp

  • King Gator
  • Posts: 4207
Re: Is there a way to edit custom properties?
« Reply #2 on: May 15, 2012, 10:56:14 am »
Do a search for vla-addCustomInfo. There are a few examples.

AutoCAD 2013

Dell Optiplex 9010 / Intel I7-3770 / 8GB RAM / NVidia 550ti

CAB

  • Global Moderator
  • Needs a day job
  • Posts: 9205
Re: Is there a way to edit custom properties?
« Reply #3 on: May 15, 2012, 01:35:55 pm »
I've reached the age where the happy hour is a nap. (°¿°)
Windows 7 core i7 870 2.93 12GB
Please support this web site.

HasanCAD

  • Swamp Rat
  • Posts: 686
Re: Is there a way to edit custom properties?
« Reply #4 on: May 16, 2012, 04:04:33 am »
Thanks all

I know it is difficult to write such as program for a new coder like me. all my knowledge about VLisp is how to modify a lisp to mach my needed. But I am feeling that its difficult

So, what I am looking for
Is there a way to change these data without open the file. Such as a program or a lisp ready wrote.

I hope the you get what I want to tell.