SelectGraphic

(Engine-Level Function)

Description Obsolete. Will compile but does nothing.
Returns Code Pointer or Steady State
Usage Script Only.
Function Groups Graphics
Related to:
Format: SelectGraphic(Object, X, Y, Dist, N)
Parameters  
Object
Required. Any expression for the object value that identifies the window.
X
Required. Any numeric expression for the x-axis coordinate of the selection point.
Y
Required. Any numeric expression for the y-axis coordinate of the selection point.
Dist
Required. Any numeric expression for the maximum distance a graphic may be from (X,Y) and still be considered for selection.
N
Required. Any numeric expression for the object to select. 0 is the first object, 1 is the next, and so on. This allows selection of graphics that are 'underneath' other graphics.