Share

AcDbLayerTableRecord::setLineWeight

C++

Acad::ErrorStatus setLineWeight(
    AcDb::LineWeight weight
);

Description

This method sets the layer table record to use weight.

Returns Acad::eOk if successful.

The weight value is used for DXF group code 370.

Parameters

Parameters Description
weight Input AcDb::LineWeight for the layer table record

Links

AcDbLayerTableRecord

Was this information helpful?