poIPostManager IsFileSupportedForAsync

Determines whether the given file is supported in HyperView - MultiCore profile.

Syntax

poIPostManager_handle IsFileSupportedForAsync file_name is_model

Application

HyperView Tcl Query

Description

This command, valid only in HyperView - MultiCore profile, returns true if the given file is supported in HyperView - MultiCore (internally known as Async Mode) and false if it is not supported. Only certain file formats are currently supported in HyperView - MultiCore.

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 HyperView - MultiCore profile:

hwi OpenStack
hwi GetSessionHandle sess
sess GetClientManagerHandle mgr animation
mgr IsFileSupportedForAsync c:/models/d3plot false
hwi CloseStack

Errors

None.

Related Topics

See the HyperView - MultiCore APIs topic for additional information regarding the various Tcl/Tk commands that have been added for this workflow.