API Reference > OdDb Classes > OdDbLayerTableRecord Class > OdDbLayerTableRecord Methods > isReconciled Method > OdDbLayerTableRecord::isReconciled Method (OdDbObjectId&)
OdDbLayerTableRecord::isReconciled Method (OdDbObjectId&)
Syntax
C++
static bool isReconciled(const OdDbObjectId& idLayer);

Determines whether the layer record object is reconciled with another object and returns True if the layer is reconciled, or False if the layer is not reconciled.

The static isReconciled() method checks the Reconcile status for the specified layer ID.

Example of Working with the Layer Record Object 

Status of Layers 

OdDbLayerTableRecord::setIsReconciled() method

Copyright © 2002–2020. Open Design Alliance. All rights reserved.