poIPostManager IsFileSupportedForAsync
Determines whether the given file is supported in Upfront Data Loading Mode.
Syntax
poIPostManager_handle IsFileSupportedForAsync file_name is_model
Application
HyperView Tcl Query
Description
This command, valid only in Upfront Data Loading, returns true if the given file is supported in Upfront Loading Mode (internally known as Async Mode) and false if it is not supported. Only certain file formats are currently supported in Upfront Data Loading Mode.
Inputs
- file_name
- The name of the file.
- is_model
- True if this represents a model file, false otherwise.
Example
To check if a file is supported in Upfront Data Loading Mode:
hwi OpenStack
hwi GetSessionHandle sess
sess GetClientManagerHandle mgr animation
mgr IsFileSupportedForAsync c:/models/d3plot false
hwi CloseStack
Errors
None.
Related Topics
See the Upfront Data Loader APIs topic for additional information regarding the various Tcl/Tk commands that have been added for this workflow.