Name
|
Description
|
Attributes
|
BackColor
|
Modifies the background color of the Console Window.
|
Type: Variable
Access: Read/Write
|
CurrentFontType
|
Determine whether to use a fixed or variable width font.
|
Type: Variable
Access: Read/Write
|
CurrentTextColor
|
Modifies the color used when subsequently reporting text to the Console Window.
|
Type: Variable
Access: Read/Write
|
DeclaredName
|
The name of the object as declared.
|
Type: String
Access: Read-Only
|
Dimension
|
Determines the height in lines of a horizontally docked Console, or the width in characters of a vertically docked Console. Must be set before the Console is shown.
|
Type: Variable
Access: Read/Write
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Type: String
Access: Read/Write
|
DockMode
|
Defines the location and docking style of the Console Window.
|
Type: Variable
Access: Read/Write
|
ID
|
The unique ID number used to reference the visualization output window.
|
Type: Variable
Access: Read-Only
|
ObjectId
|
The unique identifier for the object.
|
Type: Variable
Access: Read-Only
|
ObjectType
|
The type of the object.
|
Type: String
Access: Read-Only
|
Text
|
Contains the ConsoleWindow's text contents.
|
Type: String
Access: Read-Only
|
UseFixedWidthFont
|
Flag that indicates whether or not to use a fixed width font in the Console Window.
|
Type: Variable
Access: Write-Only
|
UseStdOut
|
Flag that indicates whether or not to send the data to std out when reporting to the Console Window.
|
Type: Variable
Access: Read/Write
|
UseVariableWidthFont
|
Flag that indicates whether or not to use a variable width font in the Console Window.
|
Type: Variable
Access: Write-Only
|
WindowTitle
|
Modifies the title of the Console Window Title.
|
Type: String
Access: Read/Write
|
WordWrap
|
Determines whether the Console Window wraps lines of text longer than its width.
|
Type: Variable
Access: Read/Write
|