高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】associate data to oddbentity
associate data to oddbentity
associate data to oddbentity
what is the best way to associate application data(integer,double,pointer...) to oddbentity so that the data can be stored and retrieved during the application processing?
it depends...
if you want to store the data along with the entity in dwg file, then you should use xdata records under your custom application name. if you need fast access, and need not persistence, then perhaps some external map would be more suitable.
vladimir
|