C++
bool acdbPSLayoutAnnoAllVisible( AcDbViewport* pVport );
File
dbxutil.h
Description
Determines whether the sysvar ANNOALLVISIBLE is set for the layout that owns the viewport pointed to by pVport.
Returns 1 if ANNOALLVISIBLE is set and 0 if ANNOALLVISIBLE is not set for the layout
Parameters
Parameters | Description |
---|---|
pVport | Input a pointer to an AcDbViewport whose owning layout is to be checked for ANNOALLVISIBLE |