poITextAttribute SetVisibility
Enables/disables the text display.
Syntax
poITextAttribute_handle SetVisibility enable
Application
HyperView Tcl Modify
Description
This command enables/disables the text display.
Inputs
- enable
-
- True
- The text is displayed.
- False
- The text is not displayed.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetLegendHandle myLegendName 1
myLegendName GetHeaderAttributeHandle myAttrName
myAttrName SetVisibility false
Errors
Returns 0 if successful, otherwise an error code.