PDA

View Full Version : object data


arun637
2008-06-18, 02:37 PM
hi every body,
i am using autodesk map. in that i want 2 create and attach the object data to object through lisp program. can anyone help regarding this issue.
i can able 2 define the table by using the below code

(setq tabldefn '(("controlpoint" . "NEWTABLE")

("tabledesc" . "New Sample Table")

("columns"
(("colname" . "FIELD1")

("coldesc" . "Field1 Description")

("coltype" . "character")

("defaultval" . "Default Value"))
)))

after defining the table can i use ade_odattachrecord directly attach the table to the object.

can anyone help me 2 resolve the problem.

regards
arun