Share

AcDbLayerTableRecord::isOff

C++

bool isOff() const;

Description

This functions returns true if the layer is off. If the layer is on, then false is returned.

The isOff value is represented as the positive or negative status of the color index in DXF group code 62 (if the color index is negative, then the layer is off).

Links

AcDbLayerTableRecord

Was this information helpful?