ApplicationMgr.GetModelFile
- Updated2024-10-09
- 1 minute(s) read
ApplicationMgr.GetModelFile
Syntax
ApplicationMgr.GetModelFile( clientFile, loadIfNotAlreadyLoaded)
Return Value
Purpose
This method returns the process model sequence file the Application Manager control loads for a specified sequence file.
Parameters
clientFile As SequenceFile
[In] Specifies the sequence file with the associated process model sequence file you want. When you pass NULL , this method returns the station model file.
loadIfNotAlreadyLoaded As Boolean
[In] Pass True to force the Application Manager control to load the model file if the Application Manager control has not already done so. When you pass False and the Application Manager control has not already loaded the model file, this method returns NULL .