高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】acdbentlast analogy
acdbentlast analogy
acdbentlast analogy
hi,
is there in dwgdirect some method, sysvar, or anything else that can return the last appended oddbentity in a given database.
in arx such function was acdbentlast.
thanks in advance for any help.
regards
chudomir
to my knowledge there no such. but you can retrieve and iterator for the block (*model_space or *paper_space) and traverse to the end.
yes, i've already done this, but forgot to post the info.
i was really blind just not to call newiterator(false).
thanks.
regards
chudomir
|