How to get the data of object visibility in reading multiline text items?

How to get the data of object visibility in reading multiline text items?

Anonymous
Not applicable
537 Views
1 Reply
Message 1 of 2

How to get the data of object visibility in reading multiline text items?

Anonymous
Not applicable

How to get the data of which group code is "60"(object visibility)?
Now I am using following method to get data when reading multiline text items of RealDWG,
if group code is "60", how to get the corresponding data?

-----------------------------------------------------------

//get group code 6(Linetype name)
ACHAR *pLinetype = pEnt->linetype();
//get group code 10
pt[0][0] = pAcDbMText->location().x;
//get group code 44
pt[4][0] = pAcDbMText->lineSpacingFactor();

----------------------------------------------------------

0 Likes
Accepted solutions (1)
538 Views
1 Reply
Reply (1)
Message 2 of 2

owenwengerd
Advisor
Advisor
Accepted solution

Visibility state is returned by AcDbEntity::visibility().

--
Owen Wengerd
ManuSoft