SelectCodePointer

(Engine-Level Function)

Description: Given a window object and a code pointer for an active graphics object within that window, this function adds the graphics object to the window's selection set.
Returns: Pointer
Usage: Script or steady state.
Function Groups: Graphics
Related to: SelectDAG
Format:  SelectCodePointer(Object, CodePointer)
Parameters:  
Object
Required. Any expression for the object value that identifies the window containing the graphic.
CodePointer
Required. Any code pointer value expression for the graphic object. (see comments)
Comments: You must first use StatementInstance to obtain the code pointer to be used in the CodePointer parameter.