modifying property set data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello all,
I'm wanting to start on a lisp to work with property set data in civil3d
specifically i'm wanting to write data into property set fields with variables pulled from somewhere (possibly excel/ possibly OD) or manually specified.
can anyone help point me in the right direction to find info on working with property set data in civil3d for lisps
basically how to tell auto cad i want to mess with the property set data
what i'm trying to do is pull object data fields, assign those fields to a variable, then use the variable to populate property set data fields
i can find resources on getting the object data into the lisp but finding resources on manipulating the property set data is the problem
or should this just be done in VBA?
thanks!