TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: csgoh on July 15, 2010, 04:27:34 AM

Title: data type format to save??
Post by: csgoh on July 15, 2010, 04:27:34 AM
Need your advice on how to store additional data.
What is the best method to store additional data such as parcel no, file number, name of building etc into a polyline? I have some 40 data/attribute to append into each polyline. is xdata feasible? I am using acadmap 2004 xp pro.
thanks
Title: Re: data type format to save??
Post by: VovKa on July 15, 2010, 10:55:40 AM
_ADEDEFDATA
_ADEATTACHDATA
Title: Re: data type format to save??
Post by: csgoh on July 15, 2010, 09:14:12 PM
thanks but i am not familiar with the autocad map functions. we have 1 unit of autocad map and the rest are just plain autocad 2004. so is there any other methods to attach data. what about xdata?
Title: Re: data type format to save??
Post by: CAB on July 15, 2010, 09:55:43 PM
xdata would be my choice

Code: [Select]
-----------  Ldata - xData -------------
Quick XData Functions by Lee Mac
http://www.theswamp.org/index.php?topic=30445.0
http://www.theswamp.org/index.php?topic=31804.0

http://www.theswamp.org/index.php?topic=1283.0  Ldata vs xData
http://www.theswamp.org/index.php?topic=4395.0
http://www.theswamp.org/index.php?topic=8829.0 
http://www.theswamp.org/index.php?topic=29381.0
http://www.theswamp.org/index.php?topic=23294.msg281024#msg281024
http://www.theswamp.org/index.php?topic=18054.msg218567#msg218567
http://www.theswamp.org/index.php?topic=29564.0

http://www.theswamp.org/index.php?topic=18490.0  Ldata example