NShape Reference
Design.Assign Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > Design Class >

NShape Reference
Design.Assign Method

Previous pageReturn to chapter overviewNext page

Assigns another design to the design.

Syntax

public void Assign(Design design)

Description

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.

Parameters

Name

Description

design

The design used as copy source.

Exceptions

Exception

Condition

ArgumentNullException

Parameter design is null.