hwISession RemovePrinter
Removes a printer from the printer list.
Syntax
hwISession_handle RemovePrinter name
Application
HyperWorks Tcl Modify
Description
This command removes a printer from the printer list.
Inputs
- name
- The name of the printer that is to be removed.
Example
hwi OpenStack;
hwi GetSessionHandle sess;
sess RemovePrinter CLJ3
Error
Returns success (0) or an error code.
Keywords
HyperWorks
Tcl
Modify