User Tools

Site Tools


en:infra-convert:dev:parameter_neu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:infra-convert:dev:parameter_neu [2021/12/10 12:49]
me
— (current)
Line 1: Line 1:
-~~NOTOC~~ 
  
-<WRAP noprint> 
- 
-> Administrator’s Manual #@IC_HTML@# > Configuration and Import 
- 
-</​WRAP>​ 
- 
-====== Startup parameter file ====== 
- 
----- 
- 
-The startup parameter file summarizes parameters to be passed when starting #@IC_HTML@# in a file in JSON format. This page describes under [[#Basics]] the call, the basic requirements,​ the start parameter "​forceConfigDir"​ and in the following sections the individual parts of the start parameter file. Examples of start parameter scenarios can be found in section [[#Examples of start parameter calls]]. 
- 
-Translated with www.DeepL.com/​Translator (free version) 
- 
-The startup parameter file is opened by transferring adjacent request parameter "​parameter"​ by executing #​@IC_HTML@#​. The value of the parameter is the absolute or relative path*¹ to the startup parameter file, here as an example of the syntax: "​C:/​Windows/​Temp/​StartParameterFile.json"​ 
- 
-<WRAP group> 
-<WRAP indent> 
-<WRAP column 70%> 
- 
-<​code>​ 
-InfraConvertWPF.exe -parameter="​C:/​Windows/​Temp/​StartParameterFile.json"​ 
-</​code>​ 
- 
-</​WRAP>​ 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-The start parameter file summarizes all available call parameters except for the following*². The "​forceConfigDir"​ call parameter can be used to specify a different storage location for the directory with configuration and template files. This is created by default during installation under "​%ProgramData%/​ELIAS GmbH/​infra-Convert"​ and searched there if the parameter "​forceConfigDir"​ is not passed. 
- 
-<WRAP group> 
-<WRAP indent> 
-<WRAP column 75%> 
- 
-<​code>​ 
-InfraConvertWPF.exe -forceConfigDir="​C:/​ProgramData/​ELIAS GmbH/​infra-Convert"​ 
-</​code>​ 
- 
-</​WRAP>​ 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-Both parameters can also be transferred at the same time: 
- 
-<WRAP group> 
-<WRAP indent> 
-<WRAP column 57%> 
- 
-<​code>​ 
-InfraConvertWPF.exe -parameter="​..."​ -forceConfigDir="​..."​ 
-</​code>​ 
- 
-</​WRAP>​ 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-> **Note to *¹** Up to program version 1.3.5.5, only absolute paths can be specified, both as values of the initial startup parameter and within the startup parameter file. 
- 
-> **Note to *²** The configuration and template directory can only be defined from program version 1.3.7.0 with this call parameter. When using it, make sure that you also adapt the paths for the directory with Excel template files (parameter [[en:​infra-convert:​dev:​settings#​List of the settings|ExcelReportsPath]]) and the directory with tolerance tables (parameter [[en:​infra-convert:​dev:​settings#​List of the settings|ToleranceTablePath]]) in the configuration file "​settings.json"​. 
- 
-This chapter explains the structure of the startup parameter file. The file may contain any part of the transfer values presented here, but it must adhere to the provisions for setting up a JSON file. 
- 
-**Examples for start parameter files** 
- 
-<WRAP group> 
-<WRAP column 61%> 
- 
-You can find a complete example of a startup parameter file here: Appendix > [[en:​infra-convert:​dev:​parameter_beispiel|Example startup parameter file]] 
- 
-</​WRAP>​ 
-<WRAP column 33%> 
- 
-[[en:​infra-convert:​dev:​parameter_beispiel|{{ :​en:​infra-convert:​dev:​startparameterdatei_beispiel.png?​nolink&​250 |}}]] 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
- 
-A compilation of different start parameter scenarios can be downloaded here: {{:​en:​infra-convert:​dev:​infra_CONVERT_Parametertest.zip|infra_CONVERT_Parametertest.zip}},​ size: 2 MB. The examples are designed in such a way that you can execute each scenario directly with the included BAT file. All examples are at least compatible with program version 1.4.2.2. 
- 
-> **Important** Please check all file contents before executing an example. Save the "​settings.json"​ in your default program directory in advance. Settings passed by start parameter call overwrite any settings made in this folder. 
- 
-<WRAP group> 
-<WRAP column 33%> 
-**Start with specific parameter files**\\  {{:​en:​infra-convert:​dev:​ordner_leer.png?​nolink&​18}} 10 - Start with specific parameter files 
-</​WRAP>​ 
-<WRAP column 61%> 
-The user starts after starting #@IC_HTML@# on the start page. A selection of settings ("​settings.json"​) are set at start-up. If the user creates a project, the transferred templates (stamp templates, categories, tags and classes) are used. 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-<WRAP group> 
-<WRAP column 33%> 
-**Create project and export when closing**\\  {{:​en:​infra-convert:​dev:​ordner_leer.png?​nolink&​18}} 20 - Create project and export 
-</​WRAP>​ 
-<WRAP column 61%> 
-After the start a new project "​Project-001"​ with two drawing files in a test plan version "Test plan A" is automatically created. If the user saves the project, a test plan "Test plan-001"​ in JSON format and drawing and stamp views are exported in JPG format in a subdirectory "​Export"​. 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-<WRAP group> 
-<WRAP column 33%> 
-**Create new test plan version and start drawing comparison**\\  {{:​en:​infra-convert:​dev:​ordner_leer.png?​nolink&​18}} 30 - Compare drawings 
-</​WRAP>​ 
-<WRAP column 61%> 
-An already existing project "​Project-001"​ is loaded. The project contains two stamped drawing sheets in a test plan version "Test plan A". At startup, a new test plan version "Test plan B" is created with a new version of each of the two drawing sheets. The user starts the drawing comparison with sheet 1. 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-<WRAP group> 
-<WRAP column 33%> 
-**Zoom to stamp via GUID**\\  {{:​en:​infra-convert:​dev:​ordner_leer.png?​nolink&​18}} 40 - Zoom to stamp via GUID 
-</​WRAP>​ 
-<WRAP column 61%> 
-A stamp in an existing project is zoomed in by specifying the GUID of the stamp. In the example, the GUID was read from the previously exported test plan "Test plan-001.json"​. 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-<WRAP group> 
-<WRAP column 33%> 
-**Zoom to stamp via ICP-ID**\\  {{:​en:​infra-convert:​dev:​ordner_leer.png?​nolink&​18}} 41 - Zoom to stamp via ICP-ID 
-</​WRAP>​ 
-<WRAP column 61%> 
-A (temporary) project is created and an ICP file (project file from #​@IC_OLD_HTML@#​) is loaded. Only the ID ("​ICP-ID"​) of the characteristic or the stamp in the ICP file is known. 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-<WRAP group> 
-<WRAP column 33%> 
-**Zoom to stamp via CompareSourceId**\\  {{:​en:​infra-convert:​dev:​ordner_leer.png?​nolink&​18}} 42 - Zoom to stamp via CompareSourceId 
-</​WRAP>​ 
-<WRAP column 61%> 
-A stamp in the more recent of two test plan versions is zoomed in. Only the GUID of the stamp in the original version of the test plan versions is known. This GUID is transferred to the transferred or merged characteristic during the drawing comparison using the CompareSourceId. 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-<WRAP noprint> 
-<WRAP group> 
-<WRAP column 48%> 
-//​**__Content__**//​ 
- 
- • [[#​Basics]]\\ ​ 
- • [[#Setting the language]]\\ ​ 
- • [[en:​infra-convert:​dev:​parameter#​Open or create project]]\\ ​ 
- • [[en:​infra-convert:​dev:​parameter#​Open or create quality test plan]]\\ ​ 
- • [[en:​infra-convert:​dev:​parameter#​Transfer drawing]]\\ ​ 
- • [[en:​infra-convert:​dev:​parameter#​Export quality test plans and stamped drawings]]\\ ​ 
- • [[en:​infra-convert:​dev:​parameter#​Invoke function]]\\ ​ 
- • [[en:​infra-convert:​dev:​parameter#​Zoom on stamp]]\\ ​ 
- • [[en:​infra-convert:​dev:​parameter#​Settings]]\\ ​ 
- • [[en:​infra-convert:​dev:​parameter#​Parameter file for tags]]\\ ​ 
- • [[en:​infra-convert:​dev:​parameter#​Parameter file for characteristic classes]]\\ ​ 
- • [[en:​infra-convert:​dev:​parameter#​Parameter file for characteristic categories]]\\ ​ 
- • [[en:​infra-convert:​dev:​parameter#​Parameter file for stamp templates]]\\ ​ 
- • [[en:​infra-convert:​dev:​parameter#​Parameter file for showing/​hiding/​locking control elements]]\\ ​ 
- • [[en:​infra-convert:​dev:​parameter#​Editing characteristics]]\\ ​ 
- • [[en:​infra-convert:​dev:​parameter#​Editing tags]] 
- 
-\\  
- 
-</​WRAP>​ 
-</​WRAP>​ 
-</​WRAP>​ 
- 
- 
-===== Setting the language ===== 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-Use the **LanguageCode** field to specify the language of the user interface of #​@IC_HTML@#​. 
- 
-Without this code, the default language set in the operating system will automatically be used. If it is not supported by #​@IC_HTML@#,​ English will always be set. 
- 
- 
-> **See also** 
-> User’s Manual #@IC_HTML@# > Settings > Settings > [[en:​infra-convert:​user:​config:​general|General]] > [[en:​infra-convert:​user:​config:​general#​Gruppe „Sprache“|“Language” Group]] 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-<code javascript>​ 
-"​LanguageCode":"​de",​ 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ LanguageCode | String | **de** German\\ **en** English\\ **fr** French\\ **it** Italian\\ **es** Spanish\\ **ru** Russian | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
- 
-===== Open or create project ===== 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-With the **Project** field, specify that an existing project should open or a new project be created when #@IC_HTML@# is launched. 
- 
-> **See also** 
-> User’s Manual #@IC_HTML@# > Functions > Projects > [[en:​infra-convert:​user:​functions:​newproject|Create new project]] 
- 
-> User’s Manual #@IC_HTML@# > Functions > Projects > [[en:​infra-convert:​user:​functions:​openproject|Open project]] 
- 
-> User’s Manual #@IC_HTML@# > Functions > Projects > [[en:​infra-convert:​user:​functions:​saveproject|Save project]] 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-<code javascript>​ 
-"​Project":​ { 
-  "​Path":​ "​C:/​Users/​user1/​Desktop/​test.icpx",​ 
-  "​Name":"​Beispiel Projekt",​ 
-  "​Action":"​Open"​ 
-} 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Path | String | Path to the location with the file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​) (Mandatory information) | 
-^ Name | String | Project title\\ \\ **Note** This is required when creating ("​Create"​),​ ignored when opening ("​Open"​). | 
-^ Action | String | **Open** Opens an existing project\\ **Create** Creates a new project | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
- 
-===== Open or create quality test plan ===== 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-With the **InspectionPlanVersion** field, specify that an existing quality test plan should open or a new quality test plan be created when #@IC_HTML@# is launched. 
- 
-A new quality test plan can only be created when a project has already been created. 
- 
-> **See also** 
-> User’s Manual #@IC_HTML@# > Functions > Quality test Plans > [[en:​infra-convert:​user:​functions:​1stqcp|Create quality test plan]] 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-<code javascript>​ 
-"​InspectionPlanVersion":​ { 
-  "​Name":​ "​Zeichnungsstand",​ 
-  "​Version":​ "​0",​ 
-  "​Action":​ "​Create"​ 
-} 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Name | String | Quality test plan title (Mandatory information) | 
-^ Version | Decimal | Version of the quality test plan (Mandatory information) | 
-^ Action | String | **Open** Opens an existing quality test plan\\ **Create** Creates a new quality test plan | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
- 
-===== Transfer drawing ===== 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-Use the **Files** field to import any number of drawing sheets in a quality test plan when #@IC_HTML@# is launched. 
- 
-> **See also** 
-> User’s Manual #@IC_HTML@# > Functions > Drawings > [[en:​infra-convert:​user:​functions:​drwimport|Import drawings]] 
- 
-> User’s Manual #@IC_HTML@# > More > [[en:​infra-convert:​user:​terms#​Zeichnungsdatenformat|Terms]] > Drawing date format 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-<code javascript>​ 
-"​Files":​ [ 
-  { 
-  "​Path":"​C:/​Users/​user1/​Desktop/​drawing_1.dxf"​ 
-  }, 
-  { 
-  "​Path":"​C:/​Users/​user1/​Desktop/​drawing_2.dwg",​ 
-  "​ImportBehavior":​ "​Ask"​ 
-  }, 
-  { 
-  "​Path":"​C:/​Users/​user1/​Desktop/​drawing_3.igs"​ 
-  }, 
-  { 
-  "​Path":"​C:/​Users/​user1/​Desktop/​drawing_4.pdf",​ 
-  "​ImportBehavior":​ "​ImportAllPages"​ 
-  }, 
-  { 
-  "​Path":"​C:/​Users/​user1/​Desktop/​drawing_5.icp"​ 
-  }, 
-  { 
-  "​Path":"​https://​ftp.elias-gmbh.de/​fictional_path/​example.dwg"​ 
-  } 
-] 
-</​code>​ 
- 
-This applies to all imported drawings: 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Path | String | Path to the location with the file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​).\\ \\ **Note** It is possible to specify the path in URL notation, beginning with "​https"​ and "​http",​ from program version 1.3.5.7 onwards. | 
- 
-This applies to drawing imports in PDF format: 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ ImportBehavior | String | Behaviour when importing multi-page PDF files:\\ **Ask** Allways ask before import\\ **ImportFirstPage** Import first page only\\ **ImportAllPages** Allways import all sheets\\ \\ **Note** The parameter is optional. If it is not specified, only the sheet is imported. Available from program version 1.4.1.17 | 
- 
-This applies to drawing imports in DXF and DWG format: 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ ImportBehavior | String | Behaviour when importing DXF and DWG files:\\ **Ask** Allways ask before import\\ **ImportModel** Always import model space only\\ **ImportPaperSpaces** Always import all sheets from paper space\\ **ImportAllLayouts** Allways import all sheets\\ \\ **Note** The parameter is optional. If it is not specified, the sheet is imported from model space. Available from program version 1.4.1.17 | 
- 
-This applies to the import of ICP project files: 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ ImportBehavior | String | Behavior when importing ICP files:\\ **Ask** When reloading PDF, DXF and DWG drawing files, ask the user to select the page or sheet in the file\\ **ImportModel** When reloading DXF and DWG files, always import the model space only\\ \\ **Note** The parameter is optional. If it is not specified, the first page is automatically selected from a PDF file or the model space is selected in a DXF and DWG file. Available from program version 1.5.1.1 | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
- 
-===== Export quality test plans and stamped drawings ===== 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-With the **Targets** field, specify that when the **Save project** command is executed in quality test plans and/or stamped drawings and/or drawing details in #@IC_HTML@# should be exported. 
- 
-Exports are done in list order (from programme version 2.7.9). Test plans should be exported at the end. At least in JSONV2 format, the storage paths for stamp graphics are only listed if the target export has run beforehand. 
- 
-> **Note** We recommend you use the quality test plan format JSONV2 because it supports all the characteristics of #​@IC_HTML@#​. 
- 
-> **See also** 
-> Administrator’s Manual #@IC_HTML@# > Export > [[en:​infra-convert:​dev:​export:​jsonv2|Quality test plan format JSONV2]] 
- 
-> Administrator’s Manual #@IC_HTML@# > Export > [[en:​infra-convert:​dev:​export:​jsonv1|Quality test plan format JSONV1]] 
- 
-> Administrator’s Manual #@IC_HTML@# > Export > [[en:​infra-convert:​dev:​export:​dfd|Quality test plan format DFD]] 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-<code javascript>​ 
-"​Targets":​ [ 
-  { 
-    "​Format":"​PDF",​ 
-    "​ColorOption":"​MonoColorStamp",​ 
-    "​ExportOnSaveOnly":​ false, 
-    "​Path":"​Export/​PDF/"​ 
-  }, 
-  { 
-    "​Format":"​Png",​ 
-    "​ExportOnSaveOnly":​ true, 
-    "​Path":"​Export/​Graphics/"​ 
-    "​ImageOptions":​{ 
-      "​Width":​5000,​ 
-      "​Height":​3500,​ 
-      "​Bit":​24,​ 
-      "​SupersamplingAlgorithm":"​Bilinear",​ 
-      "​SupersamplingFactor":​3 ​     ​ 
-  }, 
-  { 
-    "​StampImageOptions":​{ 
-      "​Width":​1500,​ 
-      "​Height":​1000,​ 
-      "​Bit":​24,​ 
-      "​SupersamplingAlgorithm":"​Bilinear",​ 
-      "​SupersamplingFactor":​2 ​     
-  }, 
-  { 
-    "​Format":"​Tif",​ 
-    "​Path":"​Export/​Graphics/",​ 
-    "​Mode":"​Drawing",​ 
-    "​ImageOptions":​{ 
-      "​SupersamplingFactor":​3,​ 
-      "​SupersamplingAlgorithm":"​Lanczos3"​ 
-    } 
-  }, 
-  { 
-    "​Format":"​Bmp",​ 
-    "​ExportOnSaveOnly":​ true, 
-    "​Path":"​Export/​Graphics/",​ 
-    "​Mode":"​Stamps"​ 
-  }, 
-  { 
-    "​Format":"​JSONV2",​ 
-    "​LanguageCode":"​de",​ 
-    "​Path":"​Export/​test plan.json"​ 
-  }, 
-  { 
-    "​Format":"​JSONV1",​ 
-    "​LanguageCode":"​de",​ 
-    "​Path":"​Export/​prüfplan.json",​ 
-    "​InspectionPlanVersionExportMode":​ "​Last"​ 
-  }, 
-  { 
-    "​Format":"​CSV",​ 
-    "​Path":"​Export/​test plan.csv"​ 
-  }, 
-  { 
-    "​Format":"​DFD",​ 
-    "​Path":"​Export/​DFD/",​ 
-    "​ExportHint":​ "​MultiFileExport"​ 
-  }, 
-  { 
-    "​Format":"​DFD",​ 
-    "​Path":"​Export/​prüfplan.dfd",​ 
-    "​ExportHint":​ "​CombinedExport"​ 
-  } 
-] 
-</​code>​ 
- 
-The following applies for the JSONV2 quality test plan format (available from program version 1.4.2.1): 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Format | String | **JSONV2** | 
-^ LanguageCode | String | **de** German\\ **en** English | 
-^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 | 
-^ Path | String | Path to the location with the file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | 
- 
-The following applies for the JSONV1 quality test plan format: 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Format | String | **JSONV1** | 
-^ LanguageCode | String | **de** German\\ **en** English | 
-^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 | 
-^ Path | String | Path to the location with the file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | 
-^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2 | 
- 
-The following applies for the CSV quality test plan format: 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Format | String | **CSV** | 
-^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 | 
-^ Path | String | Path to the location with the file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | 
-^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2 | 
-^ ExportHint | String | **AskForHeader** Before export, show the export dialog to allow data entry for the header and export the header.\\ \\ **Note** This parameter is available from program version 2.2.8. | 
- 
-The following applies for the DFD quality test plan format: 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Format | String | **DFD** | 
-^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 | 
-^ Path | String | Path to the location without a file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | 
-^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2 | 
-^ ExportHint | String | **MultiFileExport** Export partial test plans to separate DFD files (default behavior, applied if parameter is not specified)\\ **CombinedExport** Export partial test plans to collective DFD file\\ \\ **Note** This parameter is available as of program version 1.3.7.2 | 
- 
-This applies to drawing exports in PDF format: 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Format | String | **PDF** | 
-^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 | 
-^ Path | String | Path to storage location, for multiple export ("​MultiFileExport"​) without file name, for combined export ("​CombinedExport"​) with file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | 
-^ ColorOption | String | Controls the color representation of the drawing and the stamps:\\ **NoPolicy** Stamps as shown in the program, drawing as native\\ **Mono** Stamps and drawing sheet in black and white\\ **Grayscale** Stamps and drawing in grayscale\\ **MonoColorStamp** Stamp as shown in the program, drawing monochrome | 
-^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ **All** Export all test plan versions contained in the project; the files are written to a subdirectory for each test plan version; the directory is named with the GUID of the test plan\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2\\ \\ **Note** The value "​All"​ is available from program version 1.5.1.1 | 
- 
-This applies to drawing exports in SVG format: 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Format | String | **SVG** | 
-^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 | 
-^ Path | String | Path to storage location, for multiple export ("​MultiFileExport"​) without file name, for combined export ("​CombinedExport"​) with file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | 
-^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ **All** Export all test plan versions contained in the project; the files are written to a subdirectory for each test plan version; the directory is named with the GUID of the test plan\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2\\ \\ **Note** The value "​All"​ is available from program version 1.5.1.1 | 
- 
-This applies to drawing exports in PNG, JPG, BMP, TIF und GIF format: 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Format | String | **Png** All drawing sheets and/or all stamped characteristics in extracts as PNG files\\ **Tif** All drawing sheets and/or all stamped characteristics in extracts as TIF files\\ **Jpg** All drawing sheets and/or all stamped characteristics in extracts as JPG files\\ **Bmp** All drawing sheets and/or all stamped characteristics in extracts as BMP files\\ **Gif** All drawing sheets and/or all stamped characteristics in extracts as GIF files\\ \\ **Note** The use of PNG and TIF file formats is recommended,​ especially the JPG format is not suitable for technical drawings | 
-^ Mode | String | **Drawing** Only drawing sheets\\ **Stamps** Only stamp graphics\\ \\ If **Mode** is not specified, drawing and stamp graphics are exported together | 
-^ Image​Options | Field | Controls the rendering of the drawing graphics\\ \\ If **ImageOptions** is not specified, the current export settings (**Settings** > **Export** > **[[en:​infra-convert:​user:​config:​export#​drawing_graphic_format_group|Drawing graphic]]**) are used | 
-^ └ Width | Integer | Width of the image in number of pixels | 
-^ └ Height | Integer | Height of the image in number of pixels | 
-^ └ Bit | Integer | Colour depth:\\ **1** 1 Bit\\ **8** 8 Bit\\ **24** 24 Bit (not at GIF) | 
-^ └ Super​sampling​Algorithm | String | Supersampling method (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **None** Do not apply supersampling\\ **Box** Average\\ **Bilinear** Linear\\ **Bicubic** Cubic\\ **Bspline** B-Spline\\ **Catmullrom** Catmull-Rom\\ **Lanczos3** Lanczos 3\\ \\ **Note** Available from program version 1.7.3 and 2.2.4 | 
-^ └ Supersampling​Factor | Integer | Quality level for supersampling (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **1** Do not apply supersampling\\ **2** to **5** Levels 2 to 5\\ \\ **Note** Available from program version 1.7.3 and 2.2.4 |​ 
-^ Stamp​Image​Options | Field | Controls the rendering of the stamp graphic\\ \\ If **StampImageOptions** is not specified, the current export settings (**Settings** > **Export** > **[[en:​infra-convert:​user:​config:​export#​stamp_graphic_format_group|Stamp graphic]]**) are used | 
-^ └ Width | Integer | Width of the image in number of pixels | 
-^ └ Height | Integer | Height of the image in number of pixels | 
-^ └ Super​sampling​Algorithm | String | Supersampling method (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **None** Do not apply supersampling\\ **Box** Average\\ **Bilinear** Linear\\ **Bicubic** Cubic\\ **Bspline** B-Spline\\ **Catmullrom** Catmull-Rom\\ **Lanczos3** Lanczos 3\\ \\ **Note** Available from program version 1.7.3 and 2.2.4 | 
-^ └ Supersampling​Factor | Integer | Quality level for supersampling (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **1** Do not apply supersampling\\ **2** to **5** Levels 2 to 5\\ \\ **Note** Available from program version 1.7.3 and 2.2.4 |​ 
-^ Export​On​Save​Only | String | When closing the programme, or closing the project, …\\ **true** … do //not// trigger this export if no changes have been made to the project.\\ **false** … trigger this export if no changes have been made to the project. (Default behaviour, applied if the parameter is not specified).\\ \\ **Note** Available from programme version 2.7.5 | 
-^ Path | String | Path to the location without a file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | 
-^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ **All** Export all test plan versions contained in the project; the files are written to a subdirectory for each test plan version; the directory is named with the GUID of the test plan\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2\\ \\ **Note** The value "​All"​ is available from program version 1.4.2.1 | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
- 
-===== Invoke function ===== 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-With the **Mode** field, call up a function in #@IC_HTML@# when it is launched. The function will not be executed, but it will be opened and is thus directly available to the user. The following functions are currently available (more will follow): 
- 
-  * **Tag tool**\\ //​AddCharacteristicTag//​\\ Calls up the tag tool function, see User’s Manual > Functions > characteristics > [[en:​infra-convert:​user:​functions:​labeling|Tag]]. 
- 
- 
-  * **Drawing comparison**\\ (Available from program version 1.2)\\ //Compare Documents//​\\ Calls up the drawing comparison, see User's manual > User interface > Function window > [[en:​infra-convert:​user:​interface:​drwcomp|Drawing comparison]] and User’s Manual > Functions > [[en:​infra-convert:​user:​functions:​drwcompsimple|Zeichnungen vergleichen (Basic version)]] respectively [[en:​infra-convert:​user:​functions:​drwcomp|Drawing comparison (Pro version)]]. 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-The following applies for the **Tag tool** function: 
- 
-<code javascript>​ 
-"​Mode":​ { 
-  "​Name":​ "​AddCharacteristicTag",​ 
-  "​ItemId":​ "​{5D1110CA-6093-4381-B372-CF983D515044}"​ 
-} 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Name | String | AddCharacteristicTag | 
-^ ItemId | String | GUID of the tag | 
- 
-The following applies for the **Drawing comparison** function: 
- 
-<code javascript>​ 
-"​Mode":​{  ​ 
-   "​Name":"​CompareDocuments",​ 
-   "​SourceInspectionPlanVersion":​{  ​ 
-      "​Name":"​Neuer Prüfplan",​ 
-      "​Version":"​A"​ 
-   }, 
-   "​TargetInspectionPlanVersion":​{  ​ 
-      "​Name":"​Neuer Prüfplan",​ 
-      "​Version":"​B"​ 
-   }, 
-   "​SourceDocumentOriginalFileName":"​ez-29002675001-84-0_1.dxf",​ 
-   "​TargetDocumentOriginalFileName":"​ez-29002675001-84-a_1.dxf"​ 
-} 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ^ 
-^ Name | String | CompareDocuments | 
-^ Source​Inspection​Plan​Version | Field |  | 
-^ └ Name | String | Name of the source test plan version | 
-^ └ Version | String | Version number of the source test plan version | 
-^ Target​Inspection​Plan​Version | Field |  | 
-^ └ Name | String | Name of the target test plan version | 
-^ └ Version | String | Version number of the target test plan version | 
-^ Source​Document​Original​File​Name | String | File name of the source drawing sheet | 
-^ Target​Document​Original​File​Name | String | File name of the target drawing sheet | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
- 
-<WRAP group> 
-<WRAP column 66.5%> 
-===== Zoom on stamp ===== 
- 
-</​WRAP>​ 
-<WRAP column 25%> 
-> **Available from**\\ program version 1.2.0.21 
-</​WRAP>​ 
-<WRAP column 15%> 
-</​WRAP>​ 
- 
-</​WRAP>​ 
- 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-When opening a project, you can set the view in the drawing window to a specific stamp. #@IC_HTML@# focuses the stamp and zooms in so far that the corresponding drawing entry including the surrounding area is fitted into the window. 
- 
-Each stamp in an ICPX file is assigned a GUID. Pass it in the field **ZoomToStampGuid**. If characteristics have been linked by transfer or merge in the drawing comparison, you can also transfer the ID of the original stamp, then the system zooms to the corresponding stamp of the latest inspection plan version. 
- 
-If ICP files are loaded into a project, the GUIDs of the stamps may not be known. In this case, you can also pass the stamp ID. Use the field **ZoomToStampIcpId**. In this field you must also specify the test plan version and the name of the ICP file, because the ID from #​@IC_OLD_HTML@#​ is only valid within an ICP project. 
- 
- 
-> **Note** 
-> #@IC_HTML@# can also be used as a viewer with the zoom functionality. Disable user interface controls (see "​Configuration and Import > [[en:​infra-convert:​dev:​uiaccess|Parameter file "​UiAccess"​]]"​) to prevent data corruption. To view ICP files, temporarily create an ICPX project and load the ICP file into a test plan version. 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
-The GUID of the stamp is known: 
- 
-<code javascript>​ 
-"​ZoomToStampGuid":​{  ​ 
-   "​Id":"​{56422575-2376-497f-b633-8dbe06626fab}"​ 
-} 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Id | String | GUID of the stamps | 
- 
-Only the ID of the stamp in the ICP file is known: 
- 
-<code javascript>​ 
-"​ZoomToStampIcpId":​{ 
-   "​InspectionPlanVersion":​{  ​ 
-      "​Name":"​Neuer Prüfplan",​ 
-      "​Version":"​A"​ 
-   }, 
-   "​DocumentName":"​ez-29002675001-84-0_1.icp",​ 
-   "​Id":"​3"​ 
-} 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ InspectionPlanVersion | Feld |  | 
-^ └ Name | String | Title of the test plan version | 
-^ └ Version | String | Version number | 
-^ DocumentName | String | Name of the ICP file | 
-^ Id | String | ICP ID | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
- 
-===== Settings ===== 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-The path to the parameter file //​Settings.json//​ is specified in the **Settings** field. #@IC_HTML@# obtains the global settings from this file. 
- 
-> **See also** 
-> Administrator’s Manual #@IC_HTML@# > Run program > [[en:​infra-convert:​dev:​settings|Parameter file "​Settings"​]] 
- 
-> Administrator’s Manual #@IC_HTML@# > Configuration and Import > "​Settings"​ Parameter file > [[en:​infra-convert:​dev:​settings#​list_of_the_settings|List of the settings]] > Settings with no control elements in user interfaces ​ 
- 
-> User’s Manual #@IC_HTML@# > Settings > Settings > [[en:​infra-convert:​user:​config:​general|General]] 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-<code javascript>​ 
-"​Settings":​ { 
-  "​Path":​ "​C:/​ProgramData/​ELIAS GmbH/​infra-CONVERT/​Settings.json",​ 
-  "​Force":​ true 
-} 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Path | String | Path to the location and file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | 
-^ Force | String | Reading order of the parameters passed by start parameter and a user-defined "​settings.json":​\\ **true** Force the "​settings.json"​ passed by start parameter to be read from AppData after the "​settings.json",​ thus overwriting user-defined settings\\ **false** Default behaviour (also applies if parameter "​Force"​ is not specified)\\ \\ **Note** Available from program version 2.0.0.0 | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
- 
-===== Parameter file for tags ===== 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-The path to the parameter file //​CharacteristicTags.json//​ is specified in the **CharacteristicTagsDefinition** field. #@IC_HTML@# obtains the definitions for tags with which the project is saved from this file. 
- 
-If this file does not exist, it will be created with the default settings. 
- 
-> **See also** 
-> Administrator’s Manual #@IC_HTML@# > Run program > [[en:​infra-convert:​dev:​characteristictags|Parameter file "​CharacteristicTags"​]] 
-> 
-> User’s Manual #@IC_HTML@# > Settings > Project settings > [[en:​infra-convert:​user:​config:​label|Tags]] 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-<code javascript>​ 
-"​CharacteristicTagsDefinition":​ { 
-  "​Path":​ "​C:/​Users/​user1/​AppData/​CharacteristicTags.json",​ 
-} 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Path | String | Path to the location and file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
- 
-===== Parameter file for characteristic classes ===== 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-The path to the parameter file CharacteristicClasses.json is specified in the //​CharacteristicClassesDefinition//​ field. #@IC_HTML@# obtains the definitions for characteristic classes with which the project is saved from this file. 
- 
-> **See also** 
-> Administrator’s Manual #@IC_HTML@# > Configuration and Import > [[en:​infra-convert:​dev:​characteristicclasses|Parameter file "​CharacteristicClasses"​]] 
-> 
-> User’s Manual #@IC_HTML@# > More > [[en:​infra-convert:​user:​terms#​Klasse (Merkmals-)|Terms]] > Class (characteristic-) 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-<code javascript>​ 
-"​CharacteristicClassesDefinition":​ { 
-  "​Path":​ "​C:/​Users/​user1/​AppData/​CharacteristicClasses.json"​ 
-} 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Path | String | Path to the location and file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
- 
-===== Parameter file for feature categories ===== 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-The path to the parameter file //​SpecialCategories.json//​ is specified in the **SpecialCategoriesDefinition** field. #@IC_HTML@# obtains the definitions for characteristic categories with which the project is saved from this file. 
- 
-> **See also** 
-> User’s Manual #@IC_HTML@# > Settings > Project settings > [[en:​infra-convert:​user:​config:​cat|Categories]] 
- 
-> User’s Manual #@IC_HTML@# > More > [[en:​infra-convert:​user:​terms#​Kategorie (Merkmal-)|Terms]] > Category (characteristic) 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-<code javascript>​ 
-"​SpecialCategoriesDefinition":​ { 
-  "​Path":​ "​C:/​Users/​user1/​AppData/​SpecialCategories.json"​ 
-} 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Typ  ^  Value/​Content ​ ^ 
-^ Path | String | Path to the location and file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
-===== Parameter file for stamp templates ===== 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-The path to the parameter file //​StampTemplates.json//​ is specified in the **StampTemplatesDefinition** field. #@IC_HTML@# obtains the definitions for stamp templates which are saved with the project, from this file. 
- 
-> **See also** 
-> Administrator’s Manual #@IC_HTML@# > Configuration and Import > [[en:​infra-convert:​dev:​stamptemplates|Parameter file "​StampTemplates"​]] 
-> 
-> User’s Manual #@IC_HTML@# > Settings > Project settings > [[en:​infra-convert:​user:​config:​stamppattern|Stamp templates]] 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-<code javascript>​ 
-"​StampTemplatesDefinition":​ { 
-  "​Path":​ "​C:/​Users/​user1/​AppData/​StampTemplates.json"​ 
-} 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Typ  ^  Value/​Content ​ ^ 
-^ Path | String | Path to the location and file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
- 
-===== Parameter file for showing/​hiding/​locking control elements ===== 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-The **UiAccessDefinition** field sets the path to the //​UiAccess.json//​ parameter file. It can be used to control which control elements in the #@IC_HTML@# user interface should be visible, locked or hidden. 
- 
-If the file does not exist, it will be created with the usual default settings. 
- 
-> **See also** 
-> Administrator'​s Manual #@IC_HTML@# > Configuration and Import > [[en:​infra-convert:​dev:​uiaccess|Parameter file "​UiAccess"​]] 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-<code javascript>​ 
-"​UiAccessDefinition":​ { 
-  "​Path":​ "​C:/​Users/​user1/​AppData/​UiAccess.json",​ 
-} 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Typ  ^  Value/​Content ​ ^ 
-^ Path | String | Path to the location and file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
- 
-===== Editing characteristics ===== 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-The //​Characteristics//​ field allows you to communicate to #@IC_HTML@# which characteristics have changed in an existing project since it was last edited. If new tags were assigned in a CAQ system, for instance, this method allows them to also be reassigned in the project. 
- 
-> **See also** 
-> User’s Manual #@IC_HTML@# > User interface > Function window > [[en:​infra-convert:​user:​interface:​feature|characteristic properties]] 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-<code javascript>​ 
-"​Characteristics":​ [ 
-  { 
-    "​CharacteristicId":​ "​66a58671-5b11-4135-8210-32701be6f4a5",​ 
-    "​Action":"​Update",​ 
-    "​CharacteristicTags":​ [ 
-      "​5D1110CA-6093-4381-B372-CF983D515044",​ 
-      "​24C41CA8-871C-456E-B082-22EC2A20216D"​ 
-    ], 
-    "​SpecialCategory":"​{3E298F8F-02F1-49CD-82BF-BCDF26DA11FE}"​ 
-  }, 
-  { 
-    "​CharacteristicId":​ "​b29bfa80-294a-4ca6-ae8f-81f4e63a39be",​ 
-    "​Action":"​Update",​ 
-    "​CharacteristicTags":​ [ "​5D1110CA-6093-4381-B372-CF983D515044"​ ], 
-    "​SpecialCategory":"​{3E298F8F-02F1-49CD-82BF-BCDF26DA11FE}"​ 
-  } 
-] 
-</​code>​ 
- 
-|< 100% 33% 12% 54% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ CharacteristicId | String | GUID of the characteristic\\ \\ **Note** The GUID of the characteristic from which the characteristic searched for in the drawing comparison emerged ("​DirectCompareSourceId"​) or originally emerged ("​CompareSourceId"​) can also be transferred. | 
-^ Action | String | **Update** Action:​ update | 
-^ CharacteristicTags | String | GUID of the tag | 
-^ SpecialCategory | String | GUID of the category | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-\\  
- 
-===== Editing tags ===== 
- 
-<WRAP group> 
-<WRAP column 40%> 
- 
-The **CharacteristicTags** field allows you to communicate to #@IC_HTML@# which tags have been added or changed since the last time a project was edited. 
- 
-> **See also** 
-> User’s Manual #@IC_HTML@# > Settings > Project settings > [[en:​infra-convert:​user:​config:​label|Tags]] 
- 
-</​WRAP>​ 
-<WRAP column 55%> 
- 
-<code javascript>​ 
-"​CharacteristicTags":​ [ 
-  { 
-    "​Action":​ "​AddOrUpdate",​ 
-    "​CharacteristicTag":​{ 
-      "​Id":​ "​69A6290C-89E2-438B-A2D7-F0AA645409CA",​ 
-      "​Priority":​ 2, 
-      "​FriendlyName":​ "​TagThree",​ 
-      "​Color":​ { 
-        "​Type":​ "​RGB",​ 
-        "​R":​ 0, 
-        "​G":​ 255, 
-        "​B":​ 0 
-      }, 
-      "​LocalizedProperties":​ [ 
-        { 
-          "​Name":​ "Tag Three ", 
-          "​Description":"",​ 
-          "​LanguageCode":​ "​en"​ 
-        }, 
-        { 
-          "​Name":​ "​Kennzeichnung Drei", 
-          "​Description":​ "",​ 
-          "​LanguageCode":​ "​de"​ 
-        } 
-      ] 
-    } 
-  }, 
-  { 
-    "​Action":​ "​AddOrUpdate",​ 
-    "​CharacteristicTag":​{ 
-      "​Id":​ "​5D1110CA-6093-4381-B372-CF983D515044",​ 
-      "​Priority":​ 2, 
-      "​FriendlyName":​ "",​ 
-      "​Color":​ { 
-        "​Type":​ "​RGB",​ 
-        "​R":​ 0, 
-        "​G":​ 0, 
-        "​B":​ 255 
-      }, 
-      "​LocalizedProperties":​ [ 
-        { 
-          "​Name":​ "Tag Four ", 
-          "​Description":"",​ 
-          "​LanguageCode":​ "​en"​ 
-        }, 
-        { 
-          "​Name":​ "​Kennzeichnung Vier", 
-          "​Description":​ "",​ 
-          "​LanguageCode":​ "​de"​ 
-        } 
-      ] 
-    } 
-  } 
-] 
-</​code>​ 
- 
-|< 100% 34% 12% 53% >| 
-^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ 
-^ Action | String | **AddOrUpdate** Add or change a tag, depending on whether or not the tag exists | 
-^ CharacteristicTag | Feld | Contains all the properties of the tag | 
-^ └ Id | String | GUID of the tag | 
-^ └ Priority | Integer | Rank in the order of existing tags | 
-^ └ FriendlyName | String | Name of the tag | 
-^ └ Color | Feld | Stamp color of a characteristic with this tag | 
-^  └ Type | String | **RGB** "​RGB"​ color system | 
-^  └ R | Integer | Color value for red: 0...255 | 
-^  └ G | Integer | Color value for green: 0...255 | 
-^  └ B | Integer | Color value for blue: 0...255 | 
-^ └ LocalizedProperties | Feld | Name of the tag (possible for multiple languages) | 
-^  └ Name | String | User-friendly name of the tag | 
-^  └ Description | String | Description of the tag (optional) | 
-^  └ LanguageCode | String | **de** German\\ **en** English | 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-<WRAP noprint> 
- 
----- 
- 
-<WRAP group> 
-<WRAP col2> 
- 
-<WRAP rightalign>​ 
- 
-**Go to previous page**\\ ​ 
-Introduction > [[en:​infra-convert:​dev:​intro|Overview]] 
- 
-</​WRAP>​ 
- 
-**Go to next page**\\ ​ 
-Configuration and Import ​ > [[en:​infra-convert:​dev:​settings|Parameter file "​Settings"​]] 
- 
-</​WRAP>​ 
-</​WRAP>​ 
- 
-</​WRAP>​ 
en/infra-convert/dev/parameter_neu.1639136980.txt.gz · Last modified: 2021/12/10 12:49 by me