PropertyObjectFile.HandleTypeConflicts
- Updated2025-07-21
- 1 minute(s) read
PropertyObjectFile.HandleTypeConflicts
Syntax
PropertyObjectFile.HandleTypeConflicts( handlerType)
Return Value
Returns True if types were resolved successfully.
Purpose
Detects and resolves type conflicts that occur after loading a file.
Remarks
Typically, the PropertyObjectFile.ReadFile method handles type conflicts.
The engine loads the Engine.UsersFile , Engine.GlobalsFile and Engine.ConfigFile at startup, but does not resolve type conflicts in those files. Therefore, the sequence editor uses this method to resolve type conflicts in those files after it creates the Engine object.
Parameters
handlerType As TypeConflictHandlerTypes
[In] Specifies how type conflicts are handled.