Share

AcDbLayerTableRecord::removeLineWeightOverride

C++

Acad::ErrorStatus removeLineWeightOverride(
    const AcDbObjectId& viewportId
);

Description

Removes the line weight override associated with this layer and this viewport.

Returns Acad::eOk if there is nothing to remove or if the remove is successful; otherwise, returns an AutoCAD error status.

Parameters

Parameters Description
viewportId Input the object id of the viewport.

Links

AcDbLayerTableRecord

Was this information helpful?