AcMapDMStylizationEntityStyle::UnExcludeStylizationEntityFromHatchStyle Method

Land Desktop Development ARX CPP SDK

AcMapDMStylizationEntityStyle:: UnExcludeStylizationEntityFromHatchStyle Method
 

A derived class must call this function to remove a stylization entity from association with a target entity, for the purposes of AcMapDMSEHatchStyle islanding.

Acad::ErrorStatus UnExcludeStylizationEntityFromHatchStyle(
    const AcDbObjectId id, 
    const AcDbObjectId styleEntId
) const;
Parameters 
Description 
id 
Input ID of the target entity.  
styleEntId 
Input ID of the stylization entity.  
Returns

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

Remarks

This should be done by the Style at dismiss time if the Style may reuse the same stylization entity against a different target entity. In this release of AutoCAD Map, islanding works for only AcDbText entities.

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