hwIPPTPublish SetDestination
Sets the destination/location to publish the session.
Syntax
hwIPPTPublish_handle SetDestination type
Application
HyperWorks Tcl Modify
Inputs
- type
- The location where you want to publish a session. The session gets published to the
destined string type. If disk is given as string, then the appropriate
path should be specified in the SetPathOnDisk command.
- new
- Session is published to a new PowerPoint file.
- open
- Session is published to an opened PowerPoint file.
- disk
- Session is published to a specified file on disk.
Example
PPTPublish SetDestination new
Error
Returns success (0) or an error code.
Keywords
HyperWorks
Tcl
Query