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 |