Library and Configuration

The Library object can be parent to the Configuration object—but the Configuration object cannot be parent to the Library object.

If you use multiple Configuration objects, it is recommended that you do not reuse objects from one Configuration object into another. You can reuse an object from one Configuration into another, however.

  • If you reuse the object from a Configuration into a Container under a second Configuration, the object is read-write and can be modified; however:
    • edits are not reflected in the original object under the original Configuration
    • if reused into a Project, the object is read-only and cannot be modified
  • If you reuse the object from a Configuration directly into a Project under a second Configuration, the object is read-only.