| SoEventSetPosition Method (SbVec2s) | 
Sets the window pixel location of the cursor when the event occurred. 
 
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void SetPosition(
	SbVec2s p
)
Public Sub SetPosition ( 
	p As SbVec2s
)
public:
void SetPosition(
	SbVec2s p
)
member SetPosition : 
        p : SbVec2s -> unit 
Parameters
- p
 - Type: OIV.InventorSbVec2s
 
RemarksThe position is relative to the lower left corner of the window in which the event occurred. 
See Also