AcMapDMElement::RemoveEntitiesFromStylizationExclusion Method

Land Desktop Development ARX CPP SDK

AcMapDMElement:: RemoveEntitiesFromStylizationExclusion Method
 

This function may be called by derived classes which used the excludeEntityFromStylization() method.

Acad::ErrorStatus RemoveEntitiesFromStylizationExclusion(
    const AcDbObjectIdArray& ids
);
Parameters 
Description 
ids 
This is the AcDbObjectIdArray of the entities that the Element no longer wishes to exclude from stylization.  
Returns

Returns Acad::eOk if successful, otherwise, returns a different error code.

Remarks

When the Element is done excluding the Entity from stylization, it can call this method to alert the system that this particular entity no longer requires specialized handling.

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].