Copying elements

About this task

To copy elements, use any of the following methods:

See Moving classes by using the smart drag-and-drop.

Copying an element into the same namespace, such as within its own package, creates a copy with the suffix _copy appended to its name. For example, copying a Sensor class into the same package as the original creates a class named Sensor_copy. Subsequent copies have a suffix of _copy_<n>, where <n> is an incremental integer starting with 0.

Copying an element into a different namespace creates a copy with the same name.


Feedback