AcMapDMThematicStyle::Preview Method

Land Desktop Development ARX CPP SDK

AcMapDMThematicStyle:: Preview Method
 

Stylizes an entity.

virtual Acad::ErrorStatus Preview(
    AcDbObjectIdArray & createdEntities, 
    AcDbObjectId targetEntity, 
    void* rangeIndex
);
Parameters 
Description 
createdEntities 
Output array of IDs of any created entities.  
targetEntity 
Input ID of the entity to be stylized.  
rangeIndex 
Input range index.  
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].