Engine.SetTypePaletteFileList ( typePaletteFiles)
Sets the list of currently loaded type palette files in the TestStand Engine.
Type palette files contain step type and data type definitions. The TestStand Engine loads these files when the sequence editor and user interfaces launch. Call this method to change the list of loaded type palettes. If the TestStand Engine already has type palette files loaded and they are not in the new list, they will be unloaded.
typePaletteFiles As Object Array
[In] An array of pointers to the PropertyObjectFile interfaces of the type palette files. Build the array by calling NewPropertyObjectFile and PropertyObjectFile.ReadFile for each type palette.