DIAdem Help

Method: StepForwards for Cursor

  • Updated2024-09-12
  • 1 minute(s) read

Method: StepForwards for Cursor

Moves the cursor forwards along the enabled curve of the enabled range in one step, or displays the next video frame of the enabled range.

Object.StepForwards()
ObjectCursor
Object with this method

The following example moves the cursor one step forwards:

VBScriptPython

 

Dim oMySheet: Set oMySheet = View.ActiveSheet
Call oMySheet.Cursor.StepForwards