Share

AcDbLayerTableRecord::isPlottable

C++

bool isPlottable() const;

Description

This functions returns true if the layer is plottable. If the layer is not plottable, then false is returned.

The isPlottable value is used for DXF group code 290 (enumerated constant AcDbLayerTableRecord::kDxfLayerPlotBit).

Links

AcDbLayerTableRecord

Was this information helpful?