<< Click to Display Table of Contents >> NShape Reference
|
Assigns another design to the design.
public void Assign(Design design) |
Assign makes sure that all styles from design are available in this design. It adds all styles from design to this design, whose name does not yet exist. It assigns all styles from design to the corresponding styles from this design, whose name already exist.
Name |
Description |
---|---|
design |
The design used as copy source. |
Exception |
Condition |
---|---|
ArgumentNullException |
Parameter design is null. |