- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I've posted a question about populating a SDF feature data table in Map 3D with a autolisp routine in the Visual LISP, AutoLISP and General Customization forum few days ago. Since no one replied and I've been searching the internet for days and could not find any clues I assume it's not possible to do that. So what I'm thinking now is to maybe export the data that I get from the lisp routine to some kind of database (dbf, access, excel ...) and then join it with the SDF. Does anyone have any suggestions how to that? Thanks in advance!
--------
What my lisp routine does is, it selects al the parcels one by one, creates a new feature from object (new column in the data table), generates a GUID number, reads the parcel number and promts for user imput for some data that is the same for all parcels.
--------
I'm a little bit confused now. The command 'New feature from object' creates a new column i the data table that is related with the coresponding parcel. When I click the column the parcel is selected.
-------
Will I be able to get the relation between the parcel and column if I export the data to another database and then join it with the SDF.
Maybe if I let the lisp create the columns in the SDF data table for all the parcels and than later when joining the database somehow make the data go in the empty columns created by the lisp?
Solved! Go to Solution.