AcMapDMElement::ExcludeEntitiesFromStylization Method

Land Desktop Development ARX CPP SDK

AcMapDMElement:: ExcludeEntitiesFromStylization Method
 

This function may be called by derived classes during their AcquireEntities() implementation, if the Element wishes to explicitly exclude certain entities from being stylized under all circumstances.

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

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

Remarks

This is rare, but may be appropriate if the Element (for example) creates temporary entities meant for a purpose other than stylization.

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