MIL_ID GraListId, | //in |
MIL_INT LabelOrIndex, | //in |
MIL_INT SubIndex, | //in |
MIL_INT64 InquireType, | //in |
void *UserVarPtr | //out |
This function inquires information about a specified 2D graphics list, or a graphic contained within the 2D graphics list.
Unlike most other functions that modify a MIL object, you can call this function concurrently from multiple threads on the same MIL 2D graphics list (GraListId) without using an M_MUTEX object, as long as all the other parameters of the concurrent calls do not also share data.
Specifies the identifier of the 2D graphics list about which to inquire information. The 2D graphics list must have been previously allocated on the required system using MgraAllocList().
Specifies the graphic about which to inquire, or specifies to inquire about the 2D graphics list itself. This parameter should be set to one of the following values:
For specifying the graphic or the 2D graphics
list
|
|||||||||||||||||||||||||||||||||||||||
Value | Description | ||||||||||||||||||||||||||||||||||||||
Specifies the index of an existing graphic about which to inquire. (summarize)Specifies the index of an existing graphic about which to inquire. (more details...) |
|||||||||||||||||||||||||||||||||||||||
Parameters | |||||||||||||||||||||||||||||||||||||||
Specifies the index. The index is from 0 (inclusive) to the total number of graphics in the list minus 1. You can get the number graphics in the list with M_NUMBER_OF_GRAPHICS. If the inquired value is not supported on the graphic specified, an error is generated. |
|||||||||||||||||||||||||||||||||||||||
Specifies the label of an existing graphic about which to inquire. (summarize)Specifies the label of an existing graphic about which to inquire. (more details...) |
|||||||||||||||||||||||||||||||||||||||
Parameters | |||||||||||||||||||||||||||||||||||||||
Specifies the label. The label must be greater than 0. You can get the label of the last graphic added to the list with M_LAST_LABEL. If the inquired value is not supported on the graphic specified, an error is generated. |
|||||||||||||||||||||||||||||||||||||||
M_LIST |
Inquires information about the 2D graphics list itself. |
Specifies the index of the sub-element of the graphic about which to inquire. If this information is not required or supported, set this parameter to M_DEFAULT.
For specifying the index of a graphic's
sub-element
|
|||||||||||||||||||||||||||||||||||||||
Value | Description | ||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies to inquire about the graphic itself (instead of just a sub-element). |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= M_NUMBER_OF_SUB_ELEMENTS |
Specifies the index of the sub-element of the graphic about which to inquire. The following table lists all the graphics for which you can inquire information about their individual sub-elements and outlines how sub-indices are assigned for each of these.
Specifies the index of the sub-element of the graphic about which to inquire. (more details...) |
Specifies the setting to inquire.
See the Parameter associations section for possible values that can be specified.
Specifies the address in which to write the requested information. Since the MgraInquireList() function also returns the requested information, you can set this parameter to M_NULL.
See the Parameter associations section for possible values that can be returned.
The tables below list possible values for the InquireType parameter and possible values returned to the UserVarPtr parameter.
To inquire about a setting of a 2D graphics list, the InquireType parameter should be set to one of the following values. In this case, you must set the LabelOrIndex parameter to M_LIST and the SubIndex parameter to M_DEFAULT.
For inquiring about a setting of a 2D graphics list
itself
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_ANGLE_SNAPPING_VALUE + |
Inquires the value to use as a multiple when rotating the graphic. This value only applies when using M_MODE_ROTATE with M_ANGLE_SNAPPING. SET (summarize)Inquires the value to use as a multiple when rotating the graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
1.0 <= Value <= 180.0 |
Specifies the value to use as a multiple, in degrees. INFO |
||||||||||||||||||||||||||||||||||||||
M_EASY_SELECTION + |
Inquires whether MIL allows for the easy selection of graphics on the display. SET (summarize)Inquires whether MIL allows for the easy selection of graphics on the display. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that MIL does not allow for the easy selection of graphics on the display. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that MIL allows for the easy selection of graphics on the display. |
||||||||||||||||||||||||||||||||||||||
M_INTERACTIVE_ANNOTATIONS_COLOR + |
Inquires the color of the selection box and handles when in interactive mode. SET (summarize)Inquires the color of the selection box and handles when in interactive mode. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. |
||||||||||||||||||||||||||||||||||||||
Byte-encoded RGB value |
Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros. (summarize)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies a grayscale value. INFO |
||||||||||||||||||||||||||||||||||||||
M_INTERACTIVE_GRAPHIC_STATE + |
Inquires the current state of interactivity of the 2D graphics list. (summarize)Inquires the current state of interactivity of the 2D graphics list. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_STATE_BEING_CREATED |
Specifies that a new graphic is being created. |
||||||||||||||||||||||||||||||||||||||
M_STATE_GRAPHIC_DRAGGED |
Specifies that a graphic is being dragged using the mouse. |
||||||||||||||||||||||||||||||||||||||
M_STATE_GRAPHIC_HOVERED |
Specifies that the cursor is currently hovering over a graphic. |
||||||||||||||||||||||||||||||||||||||
M_STATE_HANDLE_DRAGGED |
Specifies that a graphic's handle is being dragged using the mouse. |
||||||||||||||||||||||||||||||||||||||
M_STATE_HANDLE_HOVERED |
Specifies that the cursor is currently hovering over a graphic's handle. |
||||||||||||||||||||||||||||||||||||||
M_STATE_IDLE |
Specifies that the cursor is not hovering over anything and that no graphic is queued for creation. |
||||||||||||||||||||||||||||||||||||||
M_STATE_WAITING_FOR_CREATION |
Specifies that a graphic is queued for creation. |
||||||||||||||||||||||||||||||||||||||
M_LAST_LABEL + |
Inquires the label that was automatically assigned to the last graphic added to the list in the current thread. This label value will never change, even if the order of the graphics in the list changes. After adding a graphic to the 2D graphics list, you should use this inquire type to establish the label assigned to it. This label can be used as a means of identifying the graphic independently from its index, which might change if a graphic is deleted from the list. You cannot retrieve the label value of the last added graphic if it has been deleted or moved to another 2D graphics list. If a graphic was added to the list from a different thread, the value returned will be that of the last graphic added to the list from the current thread; it will not return the label value of graphics added from a separate thread. This can be problematic when using MgraInteractive() to add graphics to the list interactively, since the graphics might be added from a separate thread. In this case, use MgraGetHookInfo() with M_GRAPHIC_LABEL_VALUE. See the Creating and modifying graphics interactively section of Chapter 24: Generating graphics for an example of how to inquire the label of a graphic added interactively. (summarize)Inquires the label that was automatically assigned to the last graphic added to the list in the current thread. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_NO_LABEL |
Specifies the last-added graphic is no longer in the list or no graphics have been added to the list. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the label of the last-added graphic in the list. |
||||||||||||||||||||||||||||||||||||||
M_MODE_RESIZE + |
Inquires the interactive behavior when resizing the graphic using its selection box. SET (summarize)Inquires the interactive behavior when resizing the graphic using its selection box. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FIXED_CENTER + |
Specifies that all sides of the selection box move symmetrically, and the center does not move, when resizing the graphic. |
||||||||||||||||||||||||||||||||||||||
M_FIXED_CORNER + |
Specifies that the center moves, and the opposite corner does not move, when resizing the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE_RESIZE_ALT + |
Inquires the interactive behavior when resizing the graphic using its selection box and pressing the Alt key. SET (summarize)Inquires the interactive behavior when resizing the graphic using its selection box and pressing the Alt key. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that pressing the Alt key does not affect how to resize the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_FIXED_ASPECT_RATIO |
Specifies that the aspect ratio of the graphic remains constant, when resizing the graphic while pressing the Alt key. INFO |
||||||||||||||||||||||||||||||||||||||
M_FIXED_CENTER |
Specifies that all sides of the selection box move symmetrically, and the center does not move, when resizing the graphic while pressing the Alt key. INFO |
||||||||||||||||||||||||||||||||||||||
M_FIXED_CORNER |
Specifies that the center moves, and the opposite corner does not move, when resizing the graphic while pressing the Alt key. INFO |
||||||||||||||||||||||||||||||||||||||
M_NO_CONSTRAINT |
Specifies that the aspect ratio of the graphic can change, when resizing it while pressing the Alt key. INFO |
||||||||||||||||||||||||||||||||||||||
M_SQUARE_ASPECT_RATIO |
Specifies that the aspect ratio of the graphic will be 1:1 (square), when resizing it while pressing the Alt key. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE_RESIZE_CTRL + |
Inquires the interactive behavior when resizing the graphic using its selection box and pressing the Ctrl key. SET (summarize)Inquires the interactive behavior when resizing the graphic using its selection box and pressing the Ctrl key. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that pressing the Ctrl key does not affect how to resize the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_FIXED_ASPECT_RATIO |
Specifies that the aspect ratio of the graphic remains constant, when resizing the graphic while pressing the Ctrl key. INFO |
||||||||||||||||||||||||||||||||||||||
M_FIXED_CENTER |
Specifies that all sides of the selection box move symmetrically, and the center does not move, when resizing the graphic while pressing the Ctrl key. INFO |
||||||||||||||||||||||||||||||||||||||
M_FIXED_CORNER |
Specifies that the center moves, and the opposite corner does not move, when resizing the graphic while pressing the Ctrl key. INFO |
||||||||||||||||||||||||||||||||||||||
M_NO_CONSTRAINT |
Specifies that the aspect ratio of the graphic can change, when resizing it while pressing the Ctrl key. INFO |
||||||||||||||||||||||||||||||||||||||
M_SQUARE_ASPECT_RATIO |
Specifies that the aspect ratio of the graphic will be 1:1 (square), when resizing it while pressing the Ctrl key. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE_RESIZE_SECONDARY_DIMENSION + |
Inquires the interactive behavior when changing the graphic's secondary dimension during its creation. SET (summarize)Inquires the interactive behavior when changing the graphic's secondary dimension during its creation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_ONE_SIDED |
Specifies to establish the graphic's secondary dimension on one side of a previously established part. INFO |
||||||||||||||||||||||||||||||||||||||
M_SYMMETRIC |
Specifies to establish the graphic's secondary dimension symmetrically on both sides of a previously established part. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE_RESIZE_SECONDARY_DIMENSION_ALT + |
Inquires the interactive behavior when changing the graphic's secondary dimension during its creation, and pressing the Alt key. SET (summarize)Inquires the interactive behavior when changing the graphic's secondary dimension during its creation, and pressing the Alt key. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that pressing the Alt key does not affect how to establish the graphic's secondary dimension when defining it interactively on the display. INFO |
||||||||||||||||||||||||||||||||||||||
M_ONE_SIDED |
Specifies to establish the graphic's secondary dimension on one side of a previously established part, while pressing the Alt key. INFO |
||||||||||||||||||||||||||||||||||||||
M_SYMMETRIC |
Specifies to establish the graphic's secondary dimension symmetrically on both sides of a previously established part, while pressing the Alt key. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE_RESIZE_SECONDARY_DIMENSION_CTRL + |
Inquires the interactive behavior when changing the graphic's secondary dimension during its creation, and pressing the Ctrl key. SET (summarize)Inquires the interactive behavior when changing the graphic's secondary dimension during its creation, and pressing the Ctrl key. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that pressing the Ctrl key does not affect how to establish the graphic's secondary dimension when defining it interactively on the display. INFO |
||||||||||||||||||||||||||||||||||||||
M_ONE_SIDED |
Specifies to establish the graphic's secondary dimension on one side of a previously established part, while pressing the Ctrl key. INFO |
||||||||||||||||||||||||||||||||||||||
M_SYMMETRIC |
Specifies to establish the graphic's secondary dimension symmetrically on both sides of a previously established part, while pressing the Ctrl key. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE_RESIZE_SECONDARY_DIMENSION_SHIFT + |
Inquires the interactive behavior when changing the graphic's secondary dimension during its creation, and pressing the Shift key. SET (summarize)Inquires the interactive behavior when changing the graphic's secondary dimension during its creation, and pressing the Shift key. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that pressing the Shift key does not affect how to establish the graphic's secondary dimension when defining it interactively on the display. INFO |
||||||||||||||||||||||||||||||||||||||
M_ONE_SIDED |
Specifies to establish the graphic's secondary dimension on one side of a previously established part, while pressing the Shift key. INFO |
||||||||||||||||||||||||||||||||||||||
M_SYMMETRIC |
Specifies to establish the graphic's secondary dimension symmetrically on both sides of a previously established part, while pressing the Shift key. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE_RESIZE_SHIFT + |
Inquires the interactive behavior when resizing the graphic using its selection box and pressing the Shift key. SET (summarize)Inquires the interactive behavior when resizing the graphic using its selection box and pressing the Shift key. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that pressing the Shift key does not affect how to resize the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_FIXED_ASPECT_RATIO |
Specifies that the aspect ratio of the graphic remains constant, when resizing the graphic while pressing the Shift key. INFO |
||||||||||||||||||||||||||||||||||||||
M_FIXED_CENTER |
Specifies that all sides of the selection box move symmetrically, and the center does not move, when resizing the graphic while pressing the Shift key. INFO |
||||||||||||||||||||||||||||||||||||||
M_FIXED_CORNER |
Specifies that the center moves, and the opposite corner does not move, when resizing the graphic while pressing the Shift key. INFO |
||||||||||||||||||||||||||||||||||||||
M_NO_CONSTRAINT |
Specifies that the aspect ratio of the graphic can change, when resizing it while pressing the Shift key. INFO |
||||||||||||||||||||||||||||||||||||||
M_SQUARE_ASPECT_RATIO |
Specifies that the aspect ratio of the graphic will be 1:1 (square), when resizing it while pressing the Shift key. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE_ROTATE + |
Inquires the interactive behavior when rotating the graphic using its selection box. SET (summarize)Inquires the interactive behavior when rotating the graphic using its selection box. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_ANGLE_SNAPPING |
Specifies to rotate the graphic by snapping it to an angle that is a multiple of the value set by M_ANGLE_SNAPPING_VALUE. |
||||||||||||||||||||||||||||||||||||||
M_NO_CONSTRAINT |
Specifies to rotate the graphic freely. |
||||||||||||||||||||||||||||||||||||||
M_MODE_ROTATE_ALT + |
Inquires the interactive behavior when rotating the graphic using its selection box and pressing the Alt key. SET (summarize)Inquires the interactive behavior when rotating the graphic using its selection box and pressing the Alt key. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_ANGLE_SNAPPING |
Specifies to rotate the graphic by snapping it to an angle that is a multiple of the value set by M_ANGLE_SNAPPING_VALUE, when rotating it while pressing the Alt key. INFO |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that pressing the Alt key does not affect how to rotate the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_NO_CONSTRAINT |
Specifies to rotate the graphic freely, when rotating it while pressing the Alt key. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE_ROTATE_CTRL + |
Inquires the interactive behavior when rotating the graphic using its selection box and pressing the Ctrl key. SET (summarize)Inquires the interactive behavior when rotating the graphic using its selection box and pressing the Ctrl key. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_ANGLE_SNAPPING |
Specifies to rotate the graphic by snapping it to an angle that is a multiple of the value set by M_ANGLE_SNAPPING_VALUE, when rotating it while pressing the Ctrl key. INFO |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that pressing the Ctrl key does not affect how to rotate the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_NO_CONSTRAINT |
Specifies to rotate the graphic freely, when rotating it while pressing the Ctrl key. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE_ROTATE_SHIFT + |
Inquires the interactive behavior when rotating the graphic using its selection box and pressing the Shift key. SET (summarize)Inquires the interactive behavior when rotating the graphic using its selection box and pressing the Shift key. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_ANGLE_SNAPPING |
Specifies to rotate the graphic by snapping it to an angle that is a multiple of the value set by M_ANGLE_SNAPPING_VALUE, when rotating it while pressing the Shift key. INFO |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that pressing the Shift key does not affect how to rotate the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_NO_CONSTRAINT |
Specifies to rotate the graphic freely, when rotating it while pressing the Shift key. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE_TRANSLATE + |
Inquires the interactive behavior when moving (translating) the graphic. SET (summarize)Inquires the interactive behavior when moving (translating) the graphic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_AXIS_ALIGNED |
Specifies to move the graphic along the X- and Y-axes. |
||||||||||||||||||||||||||||||||||||||
M_NO_CONSTRAINT |
Specifies to move the graphic freely. |
||||||||||||||||||||||||||||||||||||||
M_MODE_TRANSLATE_ALT + |
Inquires the interactive behavior when moving (translating) the graphic and pressing the Alt key. SET (summarize)Inquires the interactive behavior when moving (translating) the graphic and pressing the Alt key. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_AXIS_ALIGNED |
Specifies to move the graphic along the X- and Y-axes, when moving it while pressing the Alt key. INFO |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that pressing the Alt key does not affect how to move the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_NO_CONSTRAINT |
Specifies to move the graphic freely, when moving it while pressing the Alt key. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE_TRANSLATE_CTRL + |
Inquires the interactive behavior when moving (translating) the graphic and pressing the Ctrl key. SET (summarize)Inquires the interactive behavior when moving (translating) the graphic and pressing the Ctrl key. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_AXIS_ALIGNED |
Specifies to move the graphic along the X- and Y-axes, when moving it while pressing the Ctrl key. INFO |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that pressing the Ctrl key does not affect how to move the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_NO_CONSTRAINT |
Specifies to move the graphic freely, when moving it while pressing the Ctrl key. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE_TRANSLATE_SHIFT + |
Inquires the interactive behavior when moving (translating) the graphic and pressing the Shift key. SET (summarize)Inquires the interactive behavior when moving (translating) the graphic and pressing the Shift key. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_AXIS_ALIGNED |
Specifies to move the graphic along the X- and Y-axes, when moving it while pressing the Shift key. INFO |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that pressing the Shift key does not affect how to move the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_NO_CONSTRAINT |
Specifies to move the graphic freely, when moving it while pressing the Shift key. INFO |
||||||||||||||||||||||||||||||||||||||
M_MULTIPLE_SELECTION + |
Inquires whether interactive multiple selection is permitted. SET (summarize)Inquires whether interactive multiple selection is permitted. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that interactive multiple selection is not permitted. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that interactive multiple selection is permitted. |
||||||||||||||||||||||||||||||||||||||
M_MULTIPLE_SELECTION_KEY + |
Inquires the keyboard key that you can press to select multiple graphics with your mouse on the display. SET (summarize)Inquires the keyboard key that you can press to select multiple graphics with your mouse on the display. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_KEY_ALT |
Specifies that you can press the Alt key to select (or deselect) multiple graphics. |
||||||||||||||||||||||||||||||||||||||
M_KEY_CTRL |
Specifies that you can press the Ctrl key to select (or deselect) multiple graphics. |
||||||||||||||||||||||||||||||||||||||
M_KEY_SHIFT |
Specifies that you can press the Shift key to select (or deselect) multiple graphics. |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_GRAPHICS + |
Inquires the number of graphics in the list. (summarize)Inquires the number of graphics in the list. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the number of graphics. |
||||||||||||||||||||||||||||||||||||||
M_OWNER_SYSTEM + |
Inquires the identifier of the system on which the 2D graphics list was allocated. SET (summarize)Inquires the identifier of the system on which the 2D graphics list was allocated. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_ID
Data type info:
Data type: address of a
MIL_ID
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT_HOST |
Specifies the default Host system of the current MIL application. |
||||||||||||||||||||||||||||||||||||||
MIL system identifier |
Specifies a valid system identifier, previously allocated using MsysAlloc(). |
||||||||||||||||||||||||||||||||||||||
M_OWNER_SYSTEM_TYPE + |
Inquires the type of system on which the 2D graphics list was allocated. SET (summarize)Inquires the type of system on which the 2D graphics list was allocated. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_CLARITY_UHD_TYPE |
Specifies a MIL Clarity UHD system. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_GENTL_TYPE |
Specifies a MIL GenTL system. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_GIGE_VISION_TYPE |
Specifies a MIL GigE Vision system. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_HOST_TYPE |
Specifies the Host. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_IRIS_GTR_TYPE |
Specifies a MIL Iris GTR system. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_MORPHIS_TYPE |
Specifies a MIL Morphis system. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_MORPHISQXT_TYPE |
Specifies a MIL Morphis QxT system. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_ORION_HD_TYPE |
Specifies a MIL Orion HD system. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_RADIENT_TYPE |
Specifies a MIL Radient system. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_RADIENTCXP_TYPE |
Specifies a MIL Radient eV-CXP system. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_RADIENTEVCL_TYPE |
Specifies a MIL Radient eV-CL system. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_RADIENTPRO_TYPE |
Specifies a MIL Radient Pro system. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_RAPIXOCL_TYPE |
Specifies a MIL Rapixo Pro CL system. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_RAPIXOCXP_TYPE |
Specifies a MIL Rapixo CXP system. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_SOLIOS_TYPE |
Specifies a MIL Solios system. |
||||||||||||||||||||||||||||||||||||||
M_SYSTEM_USB3_VISION_TYPE |
Specifies a MIL USB3 Vision system. |
||||||||||||||||||||||||||||||||||||||
M_SELECTED_COLOR + |
Inquires the color of the selected graphics in interactive mode. SET (summarize)Inquires the color of the selected graphics in interactive mode. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. |
||||||||||||||||||||||||||||||||||||||
Byte-encoded RGB value |
Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros. (summarize)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies a grayscale value. INFO |
||||||||||||||||||||||||||||||||||||||
M_SELECTION_RADIUS + |
Inquires the size of the selection-radius when in interactive mode. SET (summarize)Inquires the size of the selection-radius when in interactive mode. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 1.0 |
Specifies the size of the selection-radius, in display units (these are pixel units that remain unaltered when you pan or zoom the display). |
One of the following values might be combined with the above-mentioned values to get the aspect ratio used when resizing the graphic.
The following values will not modify the graphic's aspect ratio if it is set to 1 using MgraControlList() with M_CONSTRAIN_ASPECT_RATIO.
For inquiring the aspect ratio when resizing the
graphic
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
M_FIXED_ASPECT_RATIO |
Specifies that the aspect ratio of the graphic remains constant when resizing it. |
||||||||||||||||||||||||||||||||||||||
M_NO_CONSTRAINT |
Specifies that the aspect ratio of the graphic can change when resizing it. |
||||||||||||||||||||||||||||||||||||||
M_SQUARE_ASPECT_RATIO |
Specifies that the aspect ratio of the graphic will be 1:1 (square) when resizing it. |
To inquire about a general graphic setting, the InquireType parameter should be set to one of the following values. You can set the LabelOrIndex parameter to the label or index of a graphic in the list, and the SubIndex parameter to M_DEFAULT. Unless otherwise specified, these affect all types of graphics.
For inquiring about a general graphic
setting
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_COLOR + |
Inquires the foreground color of the graphic. SET SET SET (summarize)Inquires the foreground color of the graphic. SET SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. |
||||||||||||||||||||||||||||||||||||||
Byte-encoded RGB value |
Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros. (summarize)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies a grayscale value. INFO |
||||||||||||||||||||||||||||||||||||||
M_DRAW_DIRECTION + |
Inquires how to draw (render) an arrow pointing in the direction with which a graphic was defined. SET (summarize)Inquires how to draw (render) an arrow pointing in the direction with which a graphic was defined. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that no direction is drawn. INFO |
||||||||||||||||||||||||||||||||||||||
M_PRIMARY_DIRECTION |
Specifies to draw an arrow showing the primary direction of the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_PRIMARY_DIRECTION + M_SECONDARY_DIRECTION |
Specifies to draw an arrow showing both the primary and secondary direction of the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_SECONDARY_DIRECTION |
Specifies to draw an arrow showing the secondary direction of the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_DRAW_OFFSET_X + |
Inquires the offset subtracted from the source X-coordinates. SET SET (summarize)Inquires the offset subtracted from the source X-coordinates. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate offset to subtract, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_DRAW_OFFSET_Y + |
Inquires the offset subtracted from the source Y-coordinates. SET SET (summarize)Inquires the offset subtracted from the source Y-coordinates. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate offset to subtract, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_DRAW_ZOOM_X + |
Inquires the scale factor in the X-direction. SET SET (summarize)Inquires the scale factor in the X-direction. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the scaling factor in the X-direction. |
||||||||||||||||||||||||||||||||||||||
M_DRAW_ZOOM_Y + |
Inquires the scale factor in the Y-direction. SET SET (summarize)Inquires the scale factor in the Y-direction. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the scaling factor in the Y-direction. |
||||||||||||||||||||||||||||||||||||||
M_FIXTURE + |
Inquires the camera calibration information used when rendering (drawing or displaying) a graphic defined in world units, when both source camera calibration information and destination camera calibration information are available to interpret positioning and dimensioning information. If with respect to that of the source camera calibration information (M_USE_SOURCE_FIRST), positions and dimensions are transformed from this relative coordinate system to the absolute coordinate system; then, since it is assumed that there is only one absolute coordinate system, these positions and dimensions are transformed from the absolute coordinate system to the pixel coordinate system, using the destination camera calibration information. SET SET (summarize)Inquires the camera calibration information used when rendering (drawing or displaying) a graphic defined in world units, when both source camera calibration information and destination camera calibration information are available to interpret positioning and dimensioning information. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_USE_DESTINATION_FIRST |
Specifies that the camera calibration information of the destination is used when rendering the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_USE_SOURCE_FIRST |
Specifies that the camera calibration information of the graphic, set with M_GRAPHIC_SOURCE_CALIBRATION, is used when rendering the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_CONVERSION_MODE + |
Inquires how the shape of a graphic, defined in world units, is converted to pixels (rendered). SET SET (summarize)Inquires how the shape of a graphic, defined in world units, is converted to pixels (rendered). SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_PRESERVE_SHAPE_AVERAGE |
Specifies to render the graphic so that its shape is preserved even if it means not respecting the camera calibration information exactly. INFO |
||||||||||||||||||||||||||||||||||||||
M_RESHAPE_FOLLOWING_DISTORTION |
Specifies that all points along the contour of the graphic will be converted using the camera calibration information, following any non-linear distortion. INFO |
||||||||||||||||||||||||||||||||||||||
M_RESHAPE_FROM_POINTS |
Specifies that only a few key points or features will be converted using the camera calibration information; from these points, the rest of the graphic will be rendered respecting the shape of the graphic. INFO |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_SOURCE_CALIBRATION + |
Inquires the identifier of the camera calibration information used to interpret positioning and dimensioning information of a graphic defined in world units. SET SET (summarize)Inquires the identifier of the camera calibration information used to interpret positioning and dimensioning information of a graphic defined in world units. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_ID
Data type info:
Data type: address of a
MIL_ID
|
||||||||||||||||||||||||||||||||||||||
M_NULL |
Specifies that no source camera calibration information is available to interpret positioning and dimensioning information of a graphic defined in world units. |
||||||||||||||||||||||||||||||||||||||
MIL Identifier |
Specifies the identifier of the internal camera calibration context that will be used. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE + |
Inquires the type of the graphic. (summarize)Inquires the type of the graphic. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_ARC |
Specifies an arc (created using MgraArc(), MgraArcFill(), MgraArcAngle(), or user-defined using MgraInteractive() set to M_GRAPHIC_TYPE_ARC). |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_COLLECTION |
Specifies a drawing created using the M...Draw() function of a processing or analysis module, like MmodDraw() or MmeasDraw(). |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_DOT |
Specifies a dot (created using MgraDot() or user-defined using MgraInteractive() set to M_GRAPHIC_TYPE_DOT). |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_DOTS |
Specifies dots (created using MgraDots()). |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_INFINITE_LINES |
Specifies infinite lines (created using MgraLines() with M_INFINITE_LINES). |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_LINE |
Specifies a line (created using MgraLine() or user-defined using MgraInteractive() set to M_GRAPHIC_TYPE_LINE). |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_LINES |
Specifies lines (created using MgraLines() with M_LINE_LIST). |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_POLYGON |
Specifies a polygon (created using MgraLines() with M_POLYGON or user-defined using MgraInteractive() set to M_GRAPHIC_TYPE_POLYGON). |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_POLYLINE |
Specifies a polyline (created using MgraLines() with M_POLYLINE or user-defined using MgraInteractive() set to M_GRAPHIC_TYPE_POLYLINE). |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_RECT |
Specifies a rectangle (created using MgraRect(), MgraRectFill(), MgraRectAngle(), or user-defined using MgraInteractive() set to M_GRAPHIC_TYPE_RECT). |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_TYPE_TEXT |
Specifies text (created using MgraText()). |
||||||||||||||||||||||||||||||||||||||
M_INDEX_VALUE + |
Inquires the index associated with the graphic. In this case, the LabelOrIndex parameter must be set to the label of the required graphic. (summarize)Inquires the index associated with the graphic. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the graphic label is invalid. This is returned if the specified label is not associated with a graphic. (summarize)Specifies that the graphic label is invalid. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the index value associated with the specified graphic. |
||||||||||||||||||||||||||||||||||||||
M_INPUT_UNITS + |
Inquires the units with which to interpret the graphic's position and dimensional information, for graphics already added to the 2D graphics list. SET SET (summarize)Inquires the units with which to interpret the graphic's position and dimensional information, for graphics already added to the 2D graphics list. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISPLAY |
Specifies to interpret the values in pixel units that, unlike M_PIXEL, are not altered when the display is panned or zoomed. INFO |
||||||||||||||||||||||||||||||||||||||
M_PIXEL |
Specifies to interpret the values in pixel units, with respect to the pixel coordinate system. INFO |
||||||||||||||||||||||||||||||||||||||
M_WORLD |
Specifies to interpret the values in world units, with respect to the relative coordinate system. INFO |
||||||||||||||||||||||||||||||||||||||
M_LABEL_VALUE + |
Inquires the label that was automatically associated with the graphic when it was added to the list. This label value will never change, even if the order of the graphics in the list changes. (summarize)Inquires the label that was automatically associated with the graphic when it was added to the list. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the label value that was automatically associated with the specified graphic. |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_SUB_ELEMENTS + |
Inquires the number of sub-elements (position-points) within the specified graphic. Note that in this case the SubIndex parameter must be set to M_DEFAULT. (summarize)Inquires the number of sub-elements (position-points) within the specified graphic. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the number of sub-elements. This value can only be greater than zero for the following graphics: dots, line, lines, polylines, infinite lines, and polygons. For example, a line contains two sub-elements (position points). (summarize)Specifies the number of sub-elements. (more details...) |
To inquire 2D graphics context settings that affect the interactivity of a graphic, drawn in a 2D graphics list associated with a display when interactive mode is enabled (MdispControl() with M_GRAPHIC_LIST_INTERACTIVE set to M_ENABLE), the InquireType parameter should be set to one of the following values. You can set the LabelOrIndex parameter to the label or index of a specific graphic, and the SubIndex parameter must be set to M_DEFAULT.
For inquiring about a setting related to
interactivity
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_EDITABLE + |
Inquires whether a graphic can be edited via user interaction in an interactive display. If a graphic is not visible or if it is not selectable, it is not editable and this setting is ignored. SET SET (summarize)Inquires whether a graphic can be edited via user interaction in an interactive display. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that the graphic cannot be edited via user interaction. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that the graphic can be edited via user interaction. |
||||||||||||||||||||||||||||||||||||||
M_GRAPHIC_SELECTED + |
Inquires whether the graphic is selected. SET (summarize)Inquires whether the graphic is selected. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the graphic is not selected. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the graphic is selected. |
||||||||||||||||||||||||||||||||||||||
M_RESIZABLE + |
Inquires whether a graphic can be resized via user interaction in an interactive display. If a graphic is not visible, not selectable, or not editable, it is not resizeable and this setting is ignored. SET SET (summarize)Inquires whether a graphic can be resized via user interaction in an interactive display. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that the graphic cannot be resized via user interaction and the resize handles will not be displayed if a graphic is selected. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that the graphic can be resized via user interaction by clicking and dragging one of the resize handle. |
||||||||||||||||||||||||||||||||||||||
M_ROTATABLE + |
Inquires whether a graphic can be rotated via user interaction in an interactive display. If a graphic is not visible, not selectable, or not editable, it is not rotatable and this setting is ignored. SET SET (summarize)Inquires whether a graphic can be rotated via user interaction in an interactive display. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that the graphic cannot be rotated via user interaction and the rotate handle will not be displayed if a graphic is selected. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that the graphic can be rotated via user interaction by clicking and dragging the rotation handle. |
||||||||||||||||||||||||||||||||||||||
M_SELECTABLE + |
Inquires whether a graphic in a 2D graphics list can be selected via user interaction in an interactive display. If a graphic is not visible, it is not selectable and this setting is ignored. SET SET (summarize)Inquires whether a graphic in a 2D graphics list can be selected via user interaction in an interactive display. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that the graphic cannot be selected via user interaction. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that the graphic can be selected by clicking on it. |
||||||||||||||||||||||||||||||||||||||
M_SPECIFIC_FEATURES_EDITABLE + |
Inquires whether a graphic can be modified via user interaction in an interactive display using handles that are specific to its graphic type. If a graphic is not visible, not selectable, or not editable, it cannot be modified using its type-specific handles and this setting is ignored. SET SET (summarize)Inquires whether a graphic can be modified via user interaction in an interactive display using handles that are specific to its graphic type. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that the graphic cannot be modified via user interaction and its specific feature handles will not be displayed if a graphic is selected. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that the graphic can be modified via user interaction by clicking and dragging one of the type-specific handles. |
||||||||||||||||||||||||||||||||||||||
M_TRANSLATABLE + |
Inquires whether a graphic can be moved (translated) via user interaction in an interactive display. If a graphic is not visible, not selectable, or not editable, it is not movable and this setting is ignored. SET SET (summarize)Inquires whether a graphic can be moved (translated) via user interaction in an interactive display. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that the graphic cannot be moved via user interaction. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that the graphic can be moved via user interaction by clicking and dragging the graphic, its selection box, or its center handle. |
||||||||||||||||||||||||||||||||||||||
M_VISIBLE + |
Inquires whether a graphic is rendered on the display. SET SET (summarize)Inquires whether a graphic is rendered on the display. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the graphic is not rendered. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the graphic is rendered. |
To inquire about a setting specific to text in the 2D graphics list, the InquireType parameter should be set to one of the following values. You must set the LabelOrIndex parameter to the label or index of text, and the SubIndex parameter to M_DEFAULT. Inquiring one of the following settings for graphics that are not text will generate an error.
For inquiring about a setting specific to
text
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_BACKCOLOR + |
Inquires the background color of the text. SET SET SET (summarize)Inquires the background color of the text. SET SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLACK |
Specifies the color black. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BLUE |
Specifies the color blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_BRIGHT_GRAY |
Specifies the color bright gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_CYAN |
Specifies the color cyan. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_BLUE |
Specifies the color dark blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_CYAN |
Specifies the color dark cyan. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_GREEN |
Specifies the color dark green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_MAGENTA |
Specifies the color dark magenta. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_RED |
Specifies the color dark red. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_DARK_YELLOW |
Specifies the color dark yellow. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GRAY |
Specifies the color gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_GREEN |
Specifies the color green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_BLUE |
Specifies the color light blue. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GRAY |
Specifies the color light gray. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_GREEN |
Specifies the color light green. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_LIGHT_WHITE |
Specifies the color light white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_MAGENTA |
Specifies the color magenta. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_RED |
Specifies the color red. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_WHITE |
Specifies the color white. |
||||||||||||||||||||||||||||||||||||||
M_COLOR_YELLOW |
Specifies the color yellow. |
||||||||||||||||||||||||||||||||||||||
Byte-encoded RGB value |
Specifies an encoded RGB value. To verify if the value is a byte-encoded RGB value, use the M_IS_RGB888 macro. To retrieve the R, G, and B components, use the M_RGB888_R, M_RGB888_G, and M_RGB888_B macros. (summarize)Specifies an encoded RGB value. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies a grayscale value. INFO |
||||||||||||||||||||||||||||||||||||||
M_BACKGROUND_MODE + |
Inquires whether the text's background is filled. SET SET (summarize)Inquires whether the text's background is filled. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_OPAQUE |
Specifies that the background will be filled with the current background color before drawing text. |
||||||||||||||||||||||||||||||||||||||
M_TRANSPARENT |
Specifies not to change the background before drawing text. INFO |
||||||||||||||||||||||||||||||||||||||
M_FONT + |
Inquires the font of the characters in the text. SET SET (summarize)Inquires the font of the characters in the text. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FONT_DEFAULT_LARGE |
Specifies a large bitmap font, where each character is drawn in a 16x32 pixel area. |
||||||||||||||||||||||||||||||||||||||
M_FONT_DEFAULT_MEDIUM |
Specifies a medium bitmap font, where each character is drawn in a 12x24 pixel area. |
||||||||||||||||||||||||||||||||||||||
M_FONT_DEFAULT_SMALL |
Specifies a small bitmap font, where each character is drawn in a 8x16 pixel area. |
||||||||||||||||||||||||||||||||||||||
M_FONT_TTF |
Specifies a TrueType font. This value is returned when using MgraControlList() with MIL_FONT_NAME(). (summarize)Specifies a TrueType font. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FONT_AUTO_SELECT + |
Inquires whether MIL will search for a suitable font to draw text if the currently selected font is a TrueType font that does not support the character code. SET SET (summarize)Inquires whether MIL will search for a suitable font to draw text if the currently selected font is a TrueType font that does not support the character code. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that MIL will not search for a suitable font. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that MIL will search for a suitable font. |
||||||||||||||||||||||||||||||||||||||
M_FONT_SIZE + |
Inquires the size in which text is drawn for a TrueType font. SET SET (summarize)Inquires the size in which text is drawn for a TrueType font. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 1 |
Specifies the text's font size, in points. |
||||||||||||||||||||||||||||||||||||||
M_FONT_X_SCALE + |
Inquires the bitmap font's horizontal scaling factor. SET SET SET (summarize)Inquires the bitmap font's horizontal scaling factor. SET SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the factor with which to multiply the width of the font characters. INFO |
||||||||||||||||||||||||||||||||||||||
M_FONT_Y_SCALE + |
Inquires the bitmap font's vertical scaling factor. SET SET SET (summarize)Inquires the bitmap font's vertical scaling factor. SET SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the factor with which to multiply the height of the font characters. INFO |
||||||||||||||||||||||||||||||||||||||
M_TEXT_ALIGN_HORIZONTAL + |
Inquires the horizontal alignment of the text. SET SET (summarize)Inquires the horizontal alignment of the text. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_CENTER |
Specifies that the text is horizontally centered. |
||||||||||||||||||||||||||||||||||||||
M_LEFT |
Specifies that the text is left-aligned. |
||||||||||||||||||||||||||||||||||||||
M_RIGHT |
Specifies that the text is right-aligned. |
||||||||||||||||||||||||||||||||||||||
M_TEXT_ALIGN_VERTICAL + |
Inquires the vertical alignment of the text. SET SET (summarize)Inquires the vertical alignment of the text. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_BOTTOM |
Specifies that the text is bottom-aligned. |
||||||||||||||||||||||||||||||||||||||
M_CENTER |
Specifies that the text is vertically centered. |
||||||||||||||||||||||||||||||||||||||
M_TOP |
Specifies that the text is top-aligned. |
||||||||||||||||||||||||||||||||||||||
M_TEXT_BORDER + |
Inquires how borders are drawn around the text. Note that a combination of the values below can be returned. Bitwise operators must be used to verify the presence of a specific border. SET SET (summarize)Inquires how borders are drawn around the text. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT MORE
Data type info:
Data type: address of a
MIL_INT MORE
|
||||||||||||||||||||||||||||||||||||||
M_BOTTOM |
Specifies that a line is drawn underneath the text. |
||||||||||||||||||||||||||||||||||||||
M_LEFT |
Specifies that a line is drawn to the left of the text. |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that no border is drawn around the text. INFO |
||||||||||||||||||||||||||||||||||||||
M_RIGHT |
Specifies that a line is drawn to the right of the text. |
||||||||||||||||||||||||||||||||||||||
M_TOP |
Specifies that a line is drawn above the text. |
||||||||||||||||||||||||||||||||||||||
M_TEXT_DIRECTION + |
Inquires the direction text is drawn when using a TrueType font. SET SET (summarize)Inquires the direction text is drawn when using a TrueType font. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_LEFT_TO_RIGHT |
Specifies that text will be drawn from left to right. |
||||||||||||||||||||||||||||||||||||||
M_RIGHT_TO_LEFT |
Specifies that text will be drawn from right to left. |
You can add one of the following values to the above-mentioned values to get the color used for a 16-bit or 32-bit multi-band buffer.
You must inquire each color component (R,G, and B) separately.
For inquiring the color value used (for 16- or 32-bit
multi-band buffers)
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
M_BLUE |
Inquires the blue color component. |
||||||||||||||||||||||||||||||||||||||
M_GREEN |
Inquires the green color component. |
||||||||||||||||||||||||||||||||||||||
M_RED |
Inquires the red color component. |
To inquire about the position and dimensional information settings of a graphic (typically set when the graphic is added to the list), the InquireType parameter should be set to one of the following values. You must set the LabelOrIndex parameter to the label or index of a graphic that supports that setting. Unless otherwise specified, the SubIndex parameter should be set to M_DEFAULT.
For inquiring about a setting regarding the position
and dimensional information of a graphic
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_ANGLE + |
Inquires the angle of the graphic. An angle interpreted with respect to the pixel coordinate system is always measured counter-clockwise. For information on the angle's direction of rotation when interpreting the angle with respect to the relative coordinate system, see the Angle convention in MIL subsection of the Working with real-world units section of Chapter 26: Calibrating your camera setup. You can inquire this value for all graphics except a single dot (MgraDot()), multiple dots (MgraDots()), text (MgraText()), and drawings created using a processing or analysis module draw function (M...Draw()). Inquiring this value for any of the unsupported types of graphics will generate an error. SET SET SET (summarize)Inquires the angle of the graphic. SET SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
-360.0 <= Value <= 360.0 |
Specifies the angle, in degrees, relative to the input coordinate system specified using M_INPUT_UNITS. INFO |
||||||||||||||||||||||||||||||||||||||
M_ANGLE_END + |
Inquires the angle at which to stop drawing the arc. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()). Inquiring this value for any other type of graphic will generate an error. SET SET (summarize)Inquires the angle at which to stop drawing the arc. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the end angle, in degrees, relative to the input coordinate system specified using M_INPUT_UNITS. INFO |
||||||||||||||||||||||||||||||||||||||
M_ANGLE_START + |
Inquires the angle at which to start drawing the arc. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()). Inquiring this value for any other type of graphic will generate an error. SET SET (summarize)Inquires the angle at which to start drawing the arc. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the start angle, in degrees, relative to the input coordinate system specified using M_INPUT_UNITS. INFO |
||||||||||||||||||||||||||||||||||||||
M_ARC_STYLE + |
Inquires whether to draw an arc or a sector. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()). Inquiring this value for any other type of graphic will generate an error. SET SET SET (summarize)Inquires whether to draw an arc or a sector. SET SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_CONTOUR |
Specifies that the arc (the curve between the specified start and end angles) is drawn without lines extending from the center of the ellipse to the start and end points of the arc. |
||||||||||||||||||||||||||||||||||||||
M_SECTOR |
Specifies that a sector is drawn with lines extending from the center of the ellipse to the start and end points of the arc, unless the specified start and end angles form a closed curve. |
||||||||||||||||||||||||||||||||||||||
M_CENTER_X + |
Inquires the X-coordinate of a graphic's center. Except for rectangles, M_CENTER_X returns the same value as M_POSITION_X. For rectangles, M_CENTER_X and M_POSITION_X can have different values, depending on how MIL interprets the rectangle's position (which is established with M_POSITION_TYPE). Use M_CENTER_X to be sure you are inquiring about the center position of any graphic. You can inquire this value for all graphics except text (MgraText()), and drawings created using a processing or analysis module draw function (M...Draw()). Inquiring this value for any of the unsupported types of graphics will generate an error. (summarize)Inquires the X-coordinate of a graphic's center. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of a graphic's center. |
||||||||||||||||||||||||||||||||||||||
M_CENTER_Y + |
Inquires the Y-coordinate of a graphic's center. Except for rectangles, M_CENTER_Y returns the same value as M_POSITION_Y. For rectangles, M_CENTER_Y and M_POSITION_Y can have different values, depending on how MIL interprets the rectangle's position (which is established with M_POSITION_TYPE). Use M_CENTER_Y to be sure you are inquiring about the center position of any graphic. You can inquire this value for all graphics except text (MgraText()), and drawings created using a processing or analysis module draw function (M...Draw()). Inquiring this value for any of the unsupported types of graphics will generate an error. (summarize)Inquires the Y-coordinate of a graphic's center. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of a graphic's center. |
||||||||||||||||||||||||||||||||||||||
M_CONSTRAIN_ASPECT_RATIO + |
Inquires whether the width and height are forced to be equal. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()) and rectangles (MgraRect(), MgraRectFill(), and MgraRectAngle()). Inquiring this value for any other type of graphic will generate a MIL error. SET SET (summarize)Inquires whether the width and height are forced to be equal. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that the width and height of a graphic are not forced to be equal. |
||||||||||||||||||||||||||||||||||||||
1.0 |
Specifies that the width and height of a graphic are forced to be equal. INFO |
||||||||||||||||||||||||||||||||||||||
M_CORNER_BOTTOM_LEFT_X + |
Inquires the X-coordinate of the bottom-left corner of the graphic's selection box. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()), dots (MgraDots()), lines (MgraLines() with M_LINE_LIST), polygons (MgraLines() with M_POLYGON), polylines (MgraLines() with M_POLYLINE), and rectangles (MgraRect(), MgraRectFill(), and MgraRectAngle()). Inquiring this value for any other type of graphic will generate an error. (summarize)Inquires the X-coordinate of the bottom-left corner of the graphic's selection box. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the selection box's bottom-left corner. |
||||||||||||||||||||||||||||||||||||||
M_CORNER_BOTTOM_LEFT_Y + |
Inquires the Y-coordinate of the bottom-left corner of the graphic's selection box. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()), dots (MgraDots()), lines (MgraLines() with M_LINE_LIST), polygons (MgraLines() with M_POLYGON), polylines (MgraLines() with M_POLYLINE), and rectangles (MgraRect(), MgraRectFill(), and MgraRectAngle()). Inquiring this value for any other type of graphic will generate an error. (summarize)Inquires the Y-coordinate of the bottom-left corner of the graphic's selection box. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the selection box's bottom-left corner. |
||||||||||||||||||||||||||||||||||||||
M_CORNER_BOTTOM_RIGHT_X + |
Inquires the X-coordinate of the bottom-right corner of the graphic's selection box. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()), dots (MgraDots()), lines (MgraLines() with M_LINE_LIST), polygons (MgraLines() with M_POLYGON), polylines (MgraLines() with M_POLYLINE), and rectangles (MgraRect(), MgraRectFill(), and MgraRectAngle()). Inquiring this value for any other type of graphic will generate an error. (summarize)Inquires the X-coordinate of the bottom-right corner of the graphic's selection box. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the selection box's bottom-right corner. |
||||||||||||||||||||||||||||||||||||||
M_CORNER_BOTTOM_RIGHT_Y + |
Inquires the Y-coordinate of the bottom-right corner of the graphic's selection box. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()), dots (MgraDots()), lines (MgraLines() with M_LINE_LIST), polygons (MgraLines() with M_POLYGON), polylines (MgraLines() with M_POLYLINE), and rectangles (MgraRect(), MgraRectFill(), and MgraRectAngle()). Inquiring this value for any other type of graphic will generate an error. (summarize)Inquires the Y-coordinate of the bottom-right corner of the graphic's selection box. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the selection box's bottom-right corner. |
||||||||||||||||||||||||||||||||||||||
M_CORNER_TOP_LEFT_X + |
Inquires the X-coordinate of the top-left corner of the graphic's selection box. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()), dots (MgraDots()), lines (MgraLines() with M_LINE_LIST), polygons (MgraLines() with M_POLYGON), polylines (MgraLines() with M_POLYLINE), and rectangles (MgraRect(), MgraRectFill(), and MgraRectAngle()). Inquiring this value for any other type of graphic will generate an error. (summarize)Inquires the X-coordinate of the top-left corner of the graphic's selection box. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the selection box's top-left corner. |
||||||||||||||||||||||||||||||||||||||
M_CORNER_TOP_LEFT_Y + |
Inquires the Y-coordinate of the top-left corner of the graphic's selection box. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()), dots (MgraDots()), lines (MgraLines() with M_LINE_LIST), polygons (MgraLines() with M_POLYGON), polylines (MgraLines() with M_POLYLINE), and rectangles (MgraRect(), MgraRectFill(), and MgraRectAngle()). Inquiring this value for any other type of graphic will generate an error. (summarize)Inquires the Y-coordinate of the top-left corner of the graphic's selection box. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the selection box's top-left corner. |
||||||||||||||||||||||||||||||||||||||
M_CORNER_TOP_RIGHT_X + |
Inquires the X-coordinate of the top-right corner of the graphic's selection box. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()), dots (MgraDots()), lines (MgraLines() with M_LINE_LIST), polygons (MgraLines() with M_POLYGON), polylines (MgraLines() with M_POLYLINE), and rectangles (MgraRect(), MgraRectFill(), and MgraRectAngle()). Inquiring this value for any other type of graphic will generate an error. (summarize)Inquires the X-coordinate of the top-right corner of the graphic's selection box. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-coordinate of the selection box's top-right corner. |
||||||||||||||||||||||||||||||||||||||
M_CORNER_TOP_RIGHT_Y + |
Inquires the Y-coordinate of the top-right corner of the graphic's selection box. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()), dots (MgraDots()), lines (MgraLines() with M_LINE_LIST), polygons (MgraLines() with M_POLYGON), polylines (MgraLines() with M_POLYLINE), and rectangles (MgraRect(), MgraRectFill(), and MgraRectAngle()). Inquiring this value for any other type of graphic will generate an error. (summarize)Inquires the Y-coordinate of the top-right corner of the graphic's selection box. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-coordinate of the selection box's top-right corner. |
||||||||||||||||||||||||||||||||||||||
M_FILLED + |
Inquires whether the graphic is filled. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()), polygons (MgraLines() with M_POLYGON), and rectangles (MgraRect(), MgraRectFill(), and MgraRectAngle()). Inquiring this value for any other type of graphic will generate an error. SET SET SET SET (summarize)Inquires whether the graphic is filled. SET SET SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the graphic is not filled. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the graphic is filled. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_TYPE + |
Inquires how to interpret M_POSITION_X and M_POSITION_Y. You can inquire this value for rectangles (MgraRect(), MgraRectFill(), and MgraRectAngle()). Inquiring this value for any other type of graphic will generate an error. SET SET SET (summarize)Inquires how to interpret M_POSITION_X and M_POSITION_Y. SET SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_CENTER_AND_DIMENSION |
Specifies to interpret M_POSITION_X and M_POSITION_Y as the rectangle's center. |
||||||||||||||||||||||||||||||||||||||
M_CORNER_AND_DIMENSION |
Specifies to interpret M_POSITION_X and M_POSITION_Y as the rectangle's top-left corner. |
||||||||||||||||||||||||||||||||||||||
M_POSITION_X + |
Inquires the specified X-position of a graphic or of one of its sub-elements. This value is set whenever a graphic is defined, either programatically or interactively. The point returned for the position of a graphic is its center for arcs, sets of dots, a single line, sets of finite-length lines, sets of infinite lines, polygons, and polylines. The point returned for the position of text is dependent upon M_TEXT_ALIGN_HORIZONTAL and M_TEXT_ALIGN_VERTICAL. The point returned for the position of a rectangle is its center or its top-left corner, dependent upon the setting of M_POSITION_TYPE. If SubIndex is set to M_DEFAULT, this setting is inquired for the entire graphic. If a sub-element is specified, this setting is inquired for a single point within the graphic. You can inquire this value for all graphics except drawings created using a processing or analysis module draw function (M...Draw()). Inquiring this value on an unsupported graphic will generate an error. SET SET SET SET SET (summarize)Inquires the specified X-position of a graphic or of one of its sub-elements. SET SET SET SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the X-position. INFO |
||||||||||||||||||||||||||||||||||||||
M_POSITION_Y + |
Inquires the specified Y-position of a graphic or of one of its sub-elements. This value is set whenever a graphic is defined, either programatically or interactively. The point returned for the position of a graphic is its center for arcs, sets of dots, a single line, sets of finite-length lines, sets of infinite lines, polygons, and polylines. The point returned for the position of text is dependent upon M_TEXT_ALIGN_HORIZONTAL and M_TEXT_ALIGN_VERTICAL. The point returned for the position of a rectangle is its center or its top-left corner, dependent upon the setting of M_POSITION_TYPE. If SubIndex is set to M_DEFAULT, this setting is inquired for the entire graphic. If a sub-element is specified, this setting is inquired for a single point within the graphic. You can inquire this value for all graphics except drawings created using a processing or analysis module draw function (M...Draw()). Inquiring this value on an unsupported graphic will generate an error. SET SET SET SET SET (summarize)Inquires the specified Y-position of a graphic or of one of its sub-elements. SET SET SET SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the Y-position. INFO |
||||||||||||||||||||||||||||||||||||||
M_RADIUS_X + |
Inquires the radius of the arc, in the X-direction. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()). Inquiring this value for any other type of graphic will generate an error. SET SET (summarize)Inquires the radius of the arc, in the X-direction. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the radius. |
||||||||||||||||||||||||||||||||||||||
M_RADIUS_Y + |
Inquires the radius of the arc, in the Y-direction. You can inquire this value for arcs (MgraArc(), MgraArcFill(), and MgraArcAngle()). Inquiring this value for any other type of graphic will generate an error. SET SET (summarize)Inquires the radius of the arc, in the Y-direction. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the radius. |
||||||||||||||||||||||||||||||||||||||
M_RECTANGLE_HEIGHT + |
Inquires the height of the rectangle. You can inquire this value for rectangles (MgraRect(), MgraRectFill(), and MgraRectAngle()). Inquiring this value for any other type of graphic will generate an error. SET SET (summarize)Inquires the height of the rectangle. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the height. |
||||||||||||||||||||||||||||||||||||||
M_RECTANGLE_WIDTH + |
Inquires the width of a rectangle. You can inquire this value for rectangles (MgraRect(), MgraRectFill(), and MgraRectAngle()). Inquiring this value for any other type of graphic will generate an error. SET SET (summarize)Inquires the width of a rectangle. SET SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the width. |
To inquire about general settings for using keyboard keys to interactively modify graphics, the InquireType parameter should be set to one of the following values. These settings apply to the 2D graphics list itself. In this case, you must set the LabelOrIndex parameter to M_LIST and the SubIndex parameter to M_DEFAULT.
For inquiring about general keyboard key settings to
interactively modify graphics
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_ACTION_KEYS + |
Inquires whether the 2D graphics list allows you to interactively modify its graphics by pressing keys on the keyboard (keyboard events). SET (summarize)Inquires whether the 2D graphics list allows you to interactively modify its graphics by pressing keys on the keyboard (keyboard events). SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that the 2D graphics list ignores keyboard events. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that the 2D graphics list allows keyboard events to interactively modify its graphics. INFO |
||||||||||||||||||||||||||||||||||||||
M_ACTION_MODIFIER_SPEED + |
Inquires the combination keyboard key that you can press to select an alternate speed to rotate, resize, or translate interactively selected graphics with the keyboard. SET (summarize)Inquires the combination keyboard key that you can press to select an alternate speed to rotate, resize, or translate interactively selected graphics with the keyboard. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_KEY_ALT |
Specifies to use the Alt key to select an alternate speed. |
||||||||||||||||||||||||||||||||||||||
M_KEY_CTRL |
Specifies to use the Ctrl key to select an alternate speed. |
||||||||||||||||||||||||||||||||||||||
M_KEY_SHIFT |
Specifies to use the Shift key to select an alternate speed. |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_RESIZE_INCREMENT + |
Inquires the value with which to increase or decrease the width or height of the interactively selected graphic for a single key press. SET (summarize)Inquires the value with which to increase or decrease the width or height of the interactively selected graphic for a single key press. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the increment, in display units (these are pixel units that remain unaltered when you pan or zoom the display). |
||||||||||||||||||||||||||||||||||||||
M_ACTION_RESIZE_INCREMENT_ALTERNATE + |
Inquires an alternate value with which to increase or decrease the width or height of the interactively selected graphic for a single key press. SET (summarize)Inquires an alternate value with which to increase or decrease the width or height of the interactively selected graphic for a single key press. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the increment, in display units (these are pixel units that remain unaltered when you pan or zoom the display). |
||||||||||||||||||||||||||||||||||||||
M_ACTION_ROTATE_INCREMENT + |
Inquires the angle with which to rotate the interactively selected graphic for a single key press. SET (summarize)Inquires the angle with which to rotate the interactively selected graphic for a single key press. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the angle, in degrees. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_ROTATE_INCREMENT_ALTERNATE + |
Inquires an alternate angle with which to rotate the interactively selected graphic for a single key press. SET (summarize)Inquires an alternate angle with which to rotate the interactively selected graphic for a single key press. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the angle, in degrees. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_TRANSLATE_AXES + |
Inquires the axes along which MIL translates a graphic that is in world units, when the translation is done using the keyboard. SET (summarize)Inquires the axes along which MIL translates a graphic that is in world units, when the translation is done using the keyboard. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_ACCORDING_TO_CALIBRATION |
Specifies to convert the translation increment to world units using the calibration's average pixel size in the translation direction, then apply it along the world axes. |
||||||||||||||||||||||||||||||||||||||
M_PIXEL |
Specifies to apply the translation increment to the graphic position, along the image axes, in display units (these are pixel units that remain unaltered when you pan or zoom the display). |
||||||||||||||||||||||||||||||||||||||
M_ACTION_TRANSLATE_INCREMENT + |
Inquires the value with which to translate (move) the interactively selected graphics for a single key press. SET (summarize)Inquires the value with which to translate (move) the interactively selected graphics for a single key press. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the increment, in display units (these are pixel units that remain unaltered when you pan or zoom the display). INFO |
||||||||||||||||||||||||||||||||||||||
M_ACTION_TRANSLATE_INCREMENT_ALTERNATE + |
Inquires an alternate value with which to translate (move) the interactively selected graphics for a single key press. SET (summarize)Inquires an alternate value with which to translate (move) the interactively selected graphics for a single key press. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the increment, in display units (these are pixel units that remain unaltered when you pan or zoom the display). INFO |
To inquire about explicit keyboard keys to interactively modify graphics, the InquireType parameter should be set to one of the following values. These settings apply to the 2D graphics list itself. In this case, you must set the LabelOrIndex parameter to M_LIST and the SubIndex parameter to M_DEFAULT.
For inquiring about explicit keyboard keys to
interactively modify graphics
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_CANCEL + |
Inquires the keyboard keys that you can press to cancel the interactive graphic modification you are currently performing. SET (summarize)Inquires the keyboard keys that you can press to cancel the interactive graphic modification you are currently performing. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_DELETE + |
Inquires the keyboard keys that you can press to delete the interactively selected graphics. SET (summarize)Inquires the keyboard keys that you can press to delete the interactively selected graphics. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_RESIZE_HEIGHT_DOWN + |
Inquires the keyboard keys that you can press to reduce the height of the interactively selected graphics. SET (summarize)Inquires the keyboard keys that you can press to reduce the height of the interactively selected graphics. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_RESIZE_HEIGHT_UP + |
Inquires the keyboard keys that you can press to increase the height of the interactively selected graphics. SET (summarize)Inquires the keyboard keys that you can press to increase the height of the interactively selected graphics. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_RESIZE_WIDTH_DOWN + |
Inquires the keyboard keys that you can press to reduce the width of the interactively selected graphics. SET (summarize)Inquires the keyboard keys that you can press to reduce the width of the interactively selected graphics. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_RESIZE_WIDTH_UP + |
Inquires the keyboard keys that you can press to increase the width of the interactively selected graphics. SET (summarize)Inquires the keyboard keys that you can press to increase the width of the interactively selected graphics. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ROTATE_CLOCKWISE + |
Inquires the keyboard keys that you can press to rotate the interactively selected graphics clockwise. SET (summarize)Inquires the keyboard keys that you can press to rotate the interactively selected graphics clockwise. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_ROTATE_COUNTER_CLOCKWISE + |
Inquires the keyboard keys that you can press to rotate the interactively selected graphics counter-clockwise. SET (summarize)Inquires the keyboard keys that you can press to rotate the interactively selected graphics counter-clockwise. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_DOWN + |
Inquires the keyboard keys that you can press to translate (move) the interactively selected graphics down. SET (summarize)Inquires the keyboard keys that you can press to translate (move) the interactively selected graphics down. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_LEFT + |
Inquires the keyboard keys that you can press to translate (move) the interactively selected graphics left. SET (summarize)Inquires the keyboard keys that you can press to translate (move) the interactively selected graphics left. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_RIGHT + |
Inquires the keyboard keys that you can press to translate (move) the interactively selected graphics right. SET (summarize)Inquires the keyboard keys that you can press to translate (move) the interactively selected graphics right. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that there are no keyboard keys for this action setting. |
||||||||||||||||||||||||||||||||||||||
M_ACTION_KEY_TRANSLATE_UP + |
Inquires the keyboard keys that you can press to translate (move) the interactively selected graphics up. SET (summarize)Inquires the keyboard keys that you can press to translate (move) the interactively selected graphics up. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_KEY_ADD |
Specifies the Add key (+). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_DOWN |
Specifies the Down Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_LEFT |
Specifies the Left Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_RIGHT |
Specifies the Right Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ARROW_UP |
Specifies the Up Arrow key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_BACK |
Specifies the Back key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_CLEAR |
Specifies the Clear key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DECIMAL |
Specifies the Period key located on your number pad. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DELETE |
Specifies the Delete key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_DIVIDE |
Specifies the Divide key (/). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_END |
Specifies the End key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_ESC |
Specifies the Esc key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_EXECUTE |
Specifies the Execute key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_Fn |
Specifies the n key, where n is a value from 1 to 24. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_HOME |
Specifies the Home key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_INSERT |
Specifies the Insert key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_MULTIPLY |
Specifies the Multiply key (*). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_n |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUM_LOCK |
Specifies the Num Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_NUMPADn |
Specifies the n key, where n is a value from 0 to 9. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEDOWN |
Specifies the Pagedown key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAGEUP |
Specifies the Pageup key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_PAUSE |
Specifies the Pause key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_RETURN |
Specifies the Return key (Enter). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SCROLL_LOCK |
Specifies the Scroll Lock key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SEPARATOR |
Specifies the Separator key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SPACE |
Specifies the Space key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_SUBTRACT |
Specifies the Subtract key (-). INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_TAB |
Specifies the Tab key. INFO |
||||||||||||||||||||||||||||||||||||||
M_KEY_xxx |
Specifies the letter key xxx, where xxx can be a letter from A to Z. INFO |
||||||||||||||||||||||||||||||||||||||
M_NONE |
Specifies that there are no keyboard keys for this action setting. |
You can add one or more of the following values to the above-mentioned values to get additional keyboard keys that were explicitly specified (the values you get back with the UserVarPtr parameter might be combined).
You do not add the following values to the above mentioned values. One or more of the following values might be combined with the value returned (UserVarPtr) when the InquireType parameter is set to one of the above mentioned values.
For inquiring about additional keyboard keys (the
values you get back with the UserVarPtr parameter might be
combined)
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
M_KEY_ALT |
Specifies the Alt key. |
||||||||||||||||||||||||||||||||||||||
M_KEY_CTRL |
Specifies the Ctrl key. |
||||||||||||||||||||||||||||||||||||||
M_KEY_SHIFT |
Specifies the Shift key. |
You can add one of the following values to the above-mentioned values to cast the requested information to a required data type.
For specifying the data type
|
|||||||||||||||||||||||||||||||||||||||
InquireType | Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_DOUBLE |
Casts the requested information to a MIL_DOUBLE. (summarize)Casts the requested information to a MIL_DOUBLE. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_ID |
Casts the requested information to a MIL_ID. Note that M_TYPE_MIL_ID should only be used with M_OWNER_SYSTEM and M_GRAPHIC_SOURCE_CALIBRATION. (summarize)Casts the requested information to a MIL_ID. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_ID
Data type info:
Data type: address of a
MIL_ID
|
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_INT |
Casts the requested information to a MIL_INT. (summarize)Casts the requested information to a MIL_INT. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_INT32 |
Casts the requested information to a MIL_INT32. (summarize)Casts the requested information to a MIL_INT32. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT32
Data type info:
Data type: address of a
MIL_INT32
|
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_INT64 |
Casts the requested information to a MIL_INT64. (summarize)Casts the requested information to a MIL_INT64. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
Header | Include mil.h. |
Library | Use mil.lib. |
DLL | Requires mil.dll. |