Share

acdbRemoveAnnotationScaleReactor Function

C++

ACDBCORE2D_PORT bool acdbRemoveAnnotationScaleReactor(
    AcDbAnnotationScaleReactor * pReactor
);

File

dbAnnotationScale.h

Description

Removes an AcDbAnnotationScaleReactor reactor.

Returns true if successful.

Parameters

Parameters Description
pReactor Input reactor to remove.

Was this information helpful?