Share

AcDbLayerTableRecord::setIsReconciled

C++

Acad::ErrorStatus setIsReconciled(
    bool bReconcile = true
);

Description

If set to true, the layer is marked as reconciled. If false, the layer is un-reconciled. Defaults to true.

Returns an error status if there is a problem editing the layer; Acad::eOk otherwise.

Parameters

Parameters Description
bReconcile Input the layer reconcile value

Links

AcDbLayerTableRecord

Was this information helpful?