Share

AcDbLayerTableRecord::VPDFLT

C++

bool VPDFLT() const;

Description

This oddly named function stands for ViewPort visibility DeFauLT. If the layer is frozen by default in new viewports, then this function returns true. If the layer is thawed in new viewports, then this function returns false.

The VPDFLT value is used for the second bit of DXF group code 70.

Links

AcDbLayerTableRecord

Was this information helpful?