Share

AcDbLayerTableRecord::isReconciled

C++

static bool isReconciled(
    const AcDbObjectId& id
);

Description

Returns true if this layer has been marked as reconciled.

Parameters

Parameters Description
id Input the object ID of the layer.

Links

AcDbLayerTableRecord

Was this information helpful?