DIAdem Help

Property: CursorReference for Video

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

Property: CursorReference for Video

Specifies which cursor dimension DIAdem assigns to the time axis of a video in DIAdem VIEW.

Object.CursorReference
ObjectVideo
Object with this property
Object.CursorReferenceString with read and write access

The following example outputs a message which displays the cursor dimensions of a video area: The DisplayObj must be a Video type:

VBScriptPython

 

Dim oMyObj
Set oMyObj = View.ActiveSheet.ActiveArea.DisplayObj
Call MsgBoxDisp("Time axis: " & oMyObj.CursoReference)