DIAdem Help

Property: CursorReference for Video

  • Mise à jour2024-09-12
  • Temps de lecture : 1 minute(s)

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)