User Tools

Site Tools


en:infra-convert:dev:parameter

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
Next revision Both sides next revision
en:infra-convert:dev:parameter [2019/07/11 07:59]
me [Transfer drawing]
en:infra-convert:dev:parameter [2019/07/11 17:08]
me
Line 11: Line 11:
 ---- ----
  
-The startup parameter file is opened by transferring adjacent request parameters by executing #​@IC_HTML@#​. The value of the parameter is the full path to the startup parameter file, including the file name (example syntax: "​C:/​Windows/​Temp/​StartParameterFile.json"​). Additional request parameters cannot be transferred at this point.+The startup parameter file is opened by transferring adjacent request parameters by executing #​@IC_HTML@#​. The value of the parameter is the absolute or relative ​path to the startup parameter file, including the file name (example syntax: "​C:/​Windows/​Temp/​StartParameterFile.json"​). Additional request parameters cannot be transferred at this point
 + 
 +> **Note** 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.
  
 <WRAP group> <WRAP group>
Line 140: Line 142:
   "​Name":"​Beispiel Projekt",​   "​Name":"​Beispiel Projekt",​
   "​Action":"​Open"​   "​Action":"​Open"​
-},+}
 </​code>​ </​code>​
  
Line 174: Line 176:
   "​Version":​ "​0",​   "​Version":​ "​0",​
   "​Action":​ "​Create"​   "​Action":​ "​Create"​
-},+}
 </​code>​ </​code>​
  
Line 220: Line 222:
   "​Path":"​https://​ftp.elias-gmbh.de/​fictional_path/​example.dwg"​   "​Path":"​https://​ftp.elias-gmbh.de/​fictional_path/​example.dwg"​
   }   }
-],+]
 </​code>​ </​code>​
  
Line 281: Line 283:
     "​Mode":"​Stamps"​     "​Mode":"​Stamps"​
   }   }
-],+]
 </​code>​ </​code>​
  
Line 347: Line 349:
   "​Name":​ "​AddCharacteristicTag",​   "​Name":​ "​AddCharacteristicTag",​
   "​ItemId":​ "​{5D1110CA-6093-4381-B372-CF983D515044}"​   "​ItemId":​ "​{5D1110CA-6093-4381-B372-CF983D515044}"​
-},+}
 </​code>​ </​code>​
  
Line 479: Line 481:
 "​Settings":​ { "​Settings":​ {
   "​Path":​ "​C:/​ProgramData/​ELIAS GmbH/​infra-CONVERT/​Settings.json",​   "​Path":​ "​C:/​ProgramData/​ELIAS GmbH/​infra-CONVERT/​Settings.json",​
-},+}
 </​code>​ </​code>​
  
Line 511: Line 513:
 "​CharacteristicTagsDefinition":​ { "​CharacteristicTagsDefinition":​ {
   "​Path":​ "​C:/​Users/​user1/​AppData/​CharacteristicTags.json",​   "​Path":​ "​C:/​Users/​user1/​AppData/​CharacteristicTags.json",​
-},+}
 </​code>​ </​code>​
  
Line 541: Line 543:
 "​CharacteristicClassesDefinition":​ { "​CharacteristicClassesDefinition":​ {
   "​Path":​ "​C:/​Users/​user1/​AppData/​CharacteristicClasses.json"​   "​Path":​ "​C:/​Users/​user1/​AppData/​CharacteristicClasses.json"​
-},+}
 </​code>​ </​code>​
  
Line 571: Line 573:
 "​SpecialCategoriesDefinition":​ { "​SpecialCategoriesDefinition":​ {
   "​Path":​ "​C:/​Users/​user1/​AppData/​SpecialCategories.json"​   "​Path":​ "​C:/​Users/​user1/​AppData/​SpecialCategories.json"​
-},+}
 </​code>​ </​code>​
  
Line 600: Line 602:
 "​StampTemplatesDefinition":​ { "​StampTemplatesDefinition":​ {
   "​Path":​ "​C:/​Users/​user1/​AppData/​StampTemplates.json"​   "​Path":​ "​C:/​Users/​user1/​AppData/​StampTemplates.json"​
-},+}
 </​code>​ </​code>​
  
Line 630: Line 632:
 "​UiAccessDefinition":​ { "​UiAccessDefinition":​ {
   "​Path":​ "​C:/​Users/​user1/​AppData/​UiAccess.json",​   "​Path":​ "​C:/​Users/​user1/​AppData/​UiAccess.json",​
-},+}
 </​code>​ </​code>​
  
en/infra-convert/dev/parameter.txt · Last modified: 2023/11/28 14:34 by me