C++
void setVPDFLT( bool frozen );
Description
If frozen == true, then the layer will be frozen by default in new viewports. If frozen == false, then the layer will be thawed by default in new viewports.
The frozen value is used for the second bit of DXF group code 70.
Parameters
Parameters | Description |
---|---|
frozen | Input Boolean indicating whether the layer is to be frozen in new viewports |