AcMapAnnotationManager::UpdateAnnotationReferences Function

Land Desktop Development ARX CPP SDK

AcMapAnnotationManager:: UpdateAnnotationReferences Function
 

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

Acad::ErrorStatus UpdateAnnotationReferences(
    const ACHAR * pszTemplateName, 
    bool bRetainLocalOverrides
);
File

AcMapAnnotationManager.h

Parameters 
Description 
pszTemplateName 
Input name of the annotation template to examine.  
bRetainLocalOverrides 
Input that specifies the manner in which the annotation references are updated. If true, all override expressions contained in each annotation reference are retained during the update. If false, the local overrides are discarded, and the annontation template's expressions and static properties are used.  
Returns

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

Remarks

Call this function after an annotation template 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].