query_paintπ
Short descriptionπ
query_paint β Query the gray value display modes.
Signatureπ
query_paint( window WindowHandle, out string Mode )
Descriptionπ
query_paint returns the names of all gray value display
modes (e.g., βgrayβ, β3d_plotβ, etc.) for the
output window. These modes are used by
set_paint. query_paint only returns the
names of the display values, not the additional parameters that may
be necessary for some modes.
Execution informationπ
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parametersπ
WindowHandle (input_control) window β (handle)
Window handle.
Mode (output_control) string-array β (string)
Gray value display mode names.
Resultπ
query_paint returns 2 (H_MSG_TRUE) if the window is valid.
Otherwise an exception is raised.
Combinations with other operatorsπ
Moduleπ
Foundation