block header information
block header information
how to get a block header information,
the open dwg uses function adseekblockheader, do we have some replacement for this function ?
last edited by
madhavan.mohanarangam@kcc.com; 8th april 2009 at 03:12 amfff">.
you can access oddbblocktablerecord objects:
- using an iterator returned by oddbblocktable::newiterator()
- using oddbblocktable::getat() having specified block name
- using oddbobjectid

enobject() if you have objectid
- using oddbdatabase::getoddbobjectid() and oddbobjectid

enobject() if you have object handle.
sergey slezkin
the answer suggests that block header information and block information are same. is my understanding correct?