Difference between revisions of "Arco Project"

From ArcoWiki
Jump to: navigation, search
Line 2: Line 2:
  
 
The file contain all the information related to the project, in details are:
 
The file contain all the information related to the project, in details are:
* Dmi File: The full path of the [[DMIS|Dmis]] program itself
+
* '''Dmi File''': The full path of the [[DMIS|Dmis]] program itself
* Icon: The full path of a .ico file which will be shown in the [[Arco Runner]] project list  
+
* '''Icon''': The full path of a .ico file which will be shown in the [[Arco Runner]] project list  
* Image: The full path of an image file used as a preview of the project during the "[[Open An Existing Project]]" operation or in the [[Arco Runner]] when the project is selected in the project list
+
* '''Image''': The full path of an image file used as a preview of the project during the "[[Open An Existing Project]]" operation or in the [[Arco Runner]] when the project is selected in the project list
* Caption: It is the title of the project shown in the [[Arco Runner]] project list  
+
* '''Caption''': It is the title of the project shown in the [[Arco Runner]] project list  
* Comment: A brief explanation of the program
+
* '''Comment''': A brief explanation of the program
* Libraries: it is a list of the .DML files (Full path representation) that will be used in the project and included in the [[DMIS|Dmis]] code
+
* '''Libraries''': it is a list of the .DML files (Full path representation) that will be used in the project and included in the [[DMIS|Dmis]] code
* Reporting: it is a list of the .XMLR files (Full path representation) that will be used in the project for reporting
+
* '''Reporting''': it is a list of the .XMLR files (Full path representation) that will be used in the project for reporting
* CAD Models: it is the .ALG (Full path representation) file containing the CAD models that has been imported in the project
+
* '''CAD Models''': it is the .ALG (Full path representation) file containing the CAD models that has been imported in the project
* Documents: is is a list of a full representation of any file that can be useful for the project, For example an Excel document with reporting or a PDF document of the drawing or any other useful information.
+
* '''Documents''': is is a list of a full representation of any file that can be useful for the project, For example an Excel document with reporting or a PDF document of the drawing or any other useful information.
  
 
[[Category:Generic]]
 
[[Category:Generic]]

Revision as of 17:58, 10 September 2016

The Arco Project file is a file with extension DMP.

The file contain all the information related to the project, in details are:

  • Dmi File: The full path of the Dmis program itself
  • Icon: The full path of a .ico file which will be shown in the Arco Runner project list
  • Image: The full path of an image file used as a preview of the project during the "Open An Existing Project" operation or in the Arco Runner when the project is selected in the project list
  • Caption: It is the title of the project shown in the Arco Runner project list
  • Comment: A brief explanation of the program
  • Libraries: it is a list of the .DML files (Full path representation) that will be used in the project and included in the Dmis code
  • Reporting: it is a list of the .XMLR files (Full path representation) that will be used in the project for reporting
  • CAD Models: it is the .ALG (Full path representation) file containing the CAD models that has been imported in the project
  • Documents: is is a list of a full representation of any file that can be useful for the project, For example an Excel document with reporting or a PDF document of the drawing or any other useful information.