hwISession GetGIFExportOptionsHandle
Returns the GIF export options interface handle for the session.
Syntax
hwISession_handle GetGIFExportOptionsHandle exportoptionhandle
Application
HyperWorks Tcl Query
Description
This command provides access to the GIF Export Options interface object.
Inputs
- exportoptionhandle
- The user-defined name of the export options handle that you want to create with this command. In the example below, the export options handle is “gifExportOptionsHandle”.
Example
hwi GetSessionHandle sessHandle
sessHandle GetGIFExportOptionsHandle gifExportOptionHandle
Returns: gifExportOptionsHandle
Errors
Returns the file handle name if successful.
Returns an error message if the command fails.