Property: CursorReference for Video
- Updated2024-09-12
- 1 minute(s) read
DIAdem VIEW > Properties > Property: CursorReference for Video
Property: CursorReference for Video
Specifies which cursor dimension DIAdem assigns to the time axis of a video in DIAdem VIEW.
Object.CursorReference
| Object | Video Object with this property |
| Object.CursorReference | String 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:
| VBScript | Python |
Dim oMyObj Set oMyObj = View.ActiveSheet.ActiveArea.DisplayObj Call MsgBoxDisp("Time axis: " & oMyObj.CursoReference)