hwIPPTPublish SaveLinkedPptPresentation

Saves the linked PowerPoint file to the selected filename.

Syntax

hwIPPTPublish_handle SaveLinkedPptPresentation filename

Application

HyperWorks Tcl Query

Inputs

filename
User-defined name that the file is saved to.
  • File are saved with the user defined name at a specific location.
  • The saved file is listed in the GetOpenPptList command.

Example

To save the linked PowerPoint file with the defined name:
PPTPublish SaveLinkedPPTPresentation "C:\Users\Smith\Desktop\presentation1.pptx" 

Error

Returns success (0) or an error code.

Keywords

HyperWorks

Tcl

Query