Window Properties
These properties control the display of the iTool window. For each property, the type of control and the values that can be assigned are listed, along with the property identifier and allowed values for use by the iTools Procedural Interface. For a description of how a particular control is used, refer to Property Controls.
|
Interface:
Property Name |
Control Type: Values
|
API:
Property Identifier |
API:
Allowed Values |
|---|---|---|---|
| Zoom on Resize |
Boolean: Zoom visualization upon resize of window? Choose True or False. Default = False |
ZOOM_ON_RESIZE |
0 (False) 1 (True) |
| Window Width |
Number: Width of the current iTool window in pixels. Edit the number to change the value. Default = Note - The minimum width of the window correlates to the width of the menubar. |
VIRTUAL_WIDTH |
Integer |
| Window Height |
Number: Height of the current iTool window in pixels. Edit the number to change the value. Default = |
VIRTUAL_HEIGHT |
Integer |
| Drag Quality |
String: Drag quality to define the level of detail shown when a visualization is translated, scaled, zoomed, or otherwise moved by mouse. Choose High, Medium, or Low. |
DRAG_QUALITY |
0 (Low) 1 (Medium) 2 (High) |
| Automatic Window Resize |
Boolean: Resize the window automatically? Choose True or False. |
AUTO_RESIZE |
0 (Do not resize window automatically) 1 (Resize window automatically) |
All property sheets displayed in the Visualization Browser, with the exception of the Window property sheet displayed above, include the Name, Description, and Show properties described in the following table:
|
Interface:
Property Name |
Control Type: Values
|
API:
Property Identifier |
API:
Allowed Values |
|---|---|---|---|
| Name |
String: Name assigned to this view. Edit the text to change the name. |
NAME |
String |
| Description |
String: Description of this view. Edit the text to change the description. |
DESCRIPTION |
String |
| Show |
Boolean: Show this view? Choose True or False. Default = True |
HIDE |
0 (Hidden) 1 (Shown) |
