AcMapDMStyle::Preview Method

Land Desktop Development ARX CPP SDK

AcMapDMStyle:: Preview Method
 

Stylizes an entity.

virtual Acad::ErrorStatus Preview(
    AcDbObjectIdArray& createdEntities, 
    AcDbObjectId targetEntId, 
    void* internalUse = 0
);
Parameters 
Description 
createdEntities 
Output array of IDs of any created entities.  
targetEntId 
Input ID of the entity to be stylized.  
internalUse 
Reserved. For internal use only.  
Returns

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

Remarks

If any additional entities are created as a result of stylization, as in the case of text, hatch, and annotation alterations, then createdEntities will contain them. The subsequent lifetime of the created entities is managed by the preview system. There is no need to do any caching or other base-class messaging for stylization of preview 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].