Share

acgsRemoveAnonymousGraphics

C++

Adesk::Boolean acgsRemoveAnonymousGraphics(
    int viewportNumber
);

File

acgs.h

Description

This function will remove the anonymous graphics (like blips, ads_xxx function graphics, and images added with acedDisplayImage) from the viewport specified by viewportNumber. (This number is the same as the numbers reported by the CVPORT AutoCAD system variable. For example, the Paper Space viewport is number 1.) If viewportNumber is 0, then all viewports will have their anonymous graphics removed.

Returns Adesk::kTrue if successful; otherwise, returns Adesk::kFalse.

Parameters

Parameters Description
viewportNumber Input number of the viewport to work with

Was this information helpful?