Changing Graphic Environment Variables That Are Cellview Properties
Some graphic environment variables are cellview properties, and you can make the changes made to such environment variables to be visible in the cellview window immediately.
To change a graphic environment variable setting and view the changes instantly:
-
Type the following in CIW:
window = hiGetCurrentWindow()
window~>
For example:environmentVariable=valuewindow = hiGetCurrentWindow() window~>displayStretchHandles = t
This changes the environment variable for the current window only, and you must reset it if you open new windows. The change is effective for the current session only.
Related Topics
Return to top