ExportProjectInfo
Provides variables for outputting basic information about the project.
Syntax:
$ExportProjectInfo( noParametersJustAnyText )
Available Variable
| Variable | Type | Description |
|---|---|---|
projectName | STRING | Name of the project. |
projectPath | STRING | File path or location of the project. |
changeCount | UINT | Total number of changes (actions) made in the project. |
imageCount | UINT | Total number of changes (actions) made in the project. |
componentCount | UINT | Number of components in the project. |
controlPointCount | UINT | Number of control points in the project. |
actualComponentGUID | CHAR_STRING | GUID of the currently selected component. |
actualModelGUID | CHAR_STRING | GUID of the currently selected model. |
projectGUID | CHAR_STRING | GUID of the project. |
imagesWithGps | INT | Number of images containing GPS information. |
distanceConstraintCount | UINT | Number of distance constraints in the project. |