高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】how to read dimension style information
how to read dimension style information?
how to read dimension style information?
how do i get the details of a dim style record?
for example, i need to get dimtext style for the dimension style.
how do i access the details as we did in odt( getting dimalt, dimasz ) ?
dimvardefs.h contains a list of macros defining dimension variables. dimvardefs.h is #included into dbdimstyletablerecord.h to define functions like
odint16 dimadec();
void setdimadec(odint16);
etc.
sergey slezkin
|