AcMapAnnotationManager::RefreshAnnotationReferences Function

Land Desktop Development ARX CPP SDK

AcMapAnnotationManager:: RefreshAnnotationReferences Function
 

Refreshes all annotation references in the current drawing that refer to the specified annotation template.

Acad::ErrorStatus RefreshAnnotationReferences(
    const ACHAR * pszTemplateName, 
    bool bFullAnnotation
);
File

AcMapAnnotationManager.h

Parameters 
Description 
pszTemplateName 
Input name of the annotation template to examine.  
bFullAnnotation 
Input that specifies how the annotation references are refreshed. If true, all expressions of the annotation text entities within the reference(s) are re-evaluated. If false, only the annotation text string is re-evaluated, causing the annotation text values to change but other properties to remain the same.  
Returns

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

Remarks

Call this function after an entity with an attached annotation reference changes.

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