DrawSearchFigure

Draws a figure of Search

DrawSearchFigure <figure()>, <referenceX>, <referenceY>, <measureX>, <measureY>, <measureAngle>, <imageNo>[, <unitNo>]

Parameters
<figure()>
The figure data to be set
<referenceX>
X coodinate of reference
<referenceY>
Y coodinate of reference
<measureX>
X coodinate of measurement
<measureY>
Y coodinate of measurement
<measureAngle>
angle of measurement
<imageNo>
Image number
<unitNo>
Processing unit number

Return Value
None.

Description
Draws a figure at the specified position in the Image Display window.
The main purpose of this command is drawing a figure on the coordinate of the result of Search.
The integer type array variable of one dimension that stores the set graphic data is specified for the argument <figure()> in shape to add only () without specifying the element number like XX&(). It makes an error(Illegal function call) when performing it not in the *MeasureDispG subroutine.
Refer to the explanation of refthe DrawPoint command for the method of specifying the drawing coordinates.

Notes