Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > Automatic Code Synchronizer(ACS) > Working with configuration parameters > Provided configuration parameters > EnablePreserveTaggedText configuration parameter (ACS)
  
EnablePreserveTaggedText configuration parameter (ACS)
Syntax (prefix with dash in a Generation Settings Scheme):
EnablePreserveTaggedText=0 or 1
When set to 1, the EnablePreserveTaggedText configuration parameter ensures that text within markers in the code files is not overwritten, even if the associated text is changed in the model.
When enabled, before overwriting a code file the text within markers in the code file is copied. After generating the new code file, the copied text is pasted within the appropriate markers within the code file.
Examples
EnablePreserveTaggedText=0
EnablePreserveTaggedText=1