Share

AcDbBlockTableRecord::postProcessAnnotativeBTR

C++

Acad::ErrorStatus postProcessAnnotativeBTR(
    int& stripCnt, 
    bool bqueryOnly = false, 
    bool bScale = true
);

Description

This function post-processes a block after it is defined or redefined to be annotative. Any annotative entities in the block definition are stripped of their annotative property and any nested annotative blocks are exploded into non-annotative entities.

Parameters

Parameters Description
stripCnt Output count of entities stripped of their annotative property.
bqueryOnly Input if true, no modifications to the BTR occurs, only stripCnt is computed. This can be used to test whether an annotative block contains annotative entities.
bScale Input if true, then scale the entities in the BTR by the annotation scale value.

Links

AcDbBlockTableRecord

Was this information helpful?