Share

acdbPSLayoutAnnoAllVisible Function

C++

bool acdbPSLayoutAnnoAllVisible(
    AcDbObjectId viewportEntityId
);

File

dbxutil.h

Description

Determines whether the sysvar ANNOALLVISIBLE is set for the layout that owns the viewport whose objectId is viewportEntityId.

Returns 1 if ANNOALLVISIBLE is set and 0 if ANNOALLVISIBLE is not set for the layout

Parameters

Parameters Description
viewportEntityId Input the objectId of the viewport whose owning layout is to be checked for ANNOALLVISIBLE

Was this information helpful?