Collect GUIDs to a File
- Last UpdatedMay 23, 2023
- 1 minute read
The collectGUIDs.pmlfnc function has been written to collect all elements with set UUIDIA attributes and to write a macro that can set them again. This was primarily written for project upgrade, but can provide a template to develop bespoke functionality regarding the UUIDIA attributes.
API:
!!collectGUIDs( !filePath is STRING, !overWrite is BOOLEAN )
Arguments:
!filePath - full path name of output file
!overWrite - flag to overwrite file if it already exists.
Example:
!!collectGUIDs( |C:\userPath\userFile.mac|, true )