C++
WritableAcDbObject( AcDbObject* pObj, bool enableNow = true, bool openOnLockedLayer = false );
Description
The intended constructor for this class.
Parameters
Parameters | Description |
---|---|
pObj | Input pointer to an object that is already read-enabled. |
enableNow | Input bool indicating whether the object should be write-enabled now as opposed to later. |
openOnLockedLayer | Input bool indicating whether the object should be opened if on a locked layer. |