高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】get oddbentityptr from oddbselectionsetptr
get oddbentityptr from oddbselectionsetptr..
get oddbentityptr from oddbselectionsetptr..
hi guys,
could you please help me to get oddbentity from oddbselectionsetptr..
thanks in advance..
e.g. like this:
code:
oddbselectionsetptr sset;
...
for (oddbselectionsetiteratorptr it = sset->newiterator(); !it->done(); it->next())
{
oddbentityptr ent = it->objectid().safeopenobject(oddb::kforwrite);
...
vladimir
thank you..
that worked..
|