Pangge_118 发表于 2004-5-17 09:24:00

[ARX]请教。程序中实体1被打开了吗。pEnt->close()有必要吗?

请教。程序中实体1被打开了吗。pEnt->close()有必要吗?


见下程序:


        acdbGetObjectId(entId2, ent);<BR>        acdbOpenAcDbEntity(pEnt2, entId2, AcDb::kForRead);


        // Is the second entity the same as the first?<BR>        if(entId1 == entId2)<BR>        {<BR>                acutPrintf("\nSame entity selected!");<BR>                pEnt1-&gt;close();                <FONT color=#ff3300>//有必要吗?         </FONT>


        pEnt2-&gt;close();<BR>                return;<BR>        }

easypower 发表于 2004-5-17 12:35:00

你這僅僅是程序的片段,看不出來的
页: [1]
查看完整版本: [ARX]请教。程序中实体1被打开了吗。pEnt->close()有必要吗?