AcMapDMMap::ResumeFixingDO Method

Land Desktop Development ARX CPP SDK

AcMapDMMap:: ResumeFixingDO Method
 

Resumes fixing of the draw order of entities. The draw order is fixed during this call. Any change that affects the draw order after this method is called until the next SuspendFixingDO method will be reflected immediately. This method must be used in conjuction with SuspendFixingDO() and these two methods must always be paired.

int ResumeFixingDO(
    bool bFixDO = true
);
Parameters 
Description 
bFixDO 
Input true if draw order must be fixed.  
Returns

Returns the outstanding reference counts before fixing draw order can be resumed. If bFixDO is true, the draw order will be fixed right away if SuspendFixingDO/ResumeFixingDO calls match. If it's false, then the reference count maintained to track Suspend/Resume calls is decremented by one and draw order is not fixed.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].