Share

AcDbLayerTableRecord::setIsPlottable

C++

Acad::ErrorStatus setIsPlottable(
    bool plot
);

Description

If plot == true, then this function sets the layer to be plottable. If plot == false, then the layer will not be plottable.

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

Returns Acad::eOk if successful, or Acad::eInvalidInput if the layer can be made plottable.

Parameters

Parameters Description
plot Input Boolean indicating whether the layer is plottable

Links

AcDbLayerTableRecord

Was this information helpful?