poIComponent SetDisplayMode
Sets the component's display mode.
Important: Please note that this command has been deprecated and therefore is not
        recommended for use. See the poIPart Class for an
        alternative command that can be used.
    Syntax
poIComponent_handle SetDisplayMode name state
Application
HyperView Tcl Modify
Description
This command sets the component’s display mode.
Inputs
- name
 - The display option name.
- id
 - Display the component Id.
 - boundingbox
 - Display the component's bounding box.
 - infit
 - If true, include the component in fit operations. Otherwise exclude it.
 
 - state
 - The display option value: true for on, or false for off.
 
Error
Returns 0 if successful, otherwise an error code.