Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Synchronize Existing Sections

Topics

Topic

Detail

See also

Usage

When an existing section in the source code differs from the result generated by the corresponding template, that section is replaced.

Consider for example, the following C++ Class declaration:

 

( asm )  class A: public B
 

Now assume you add an inheritance relationship from Class A to Class C; the entire Class declaration would be replaced with something like:

 

( asm )  class A: public B, public C