Method: Stop for Cursor
- Updated2024-09-12
- 2 minute(s) read
DIAdem VIEW > Methods > Method: Stop for Cursor
Method: Stop for Cursor
Stops the cursor movement automatically along the enabled curve in the enabled area, or stops the video in the enabled area.
Only use this method if you set the parameter Sequential=FALSE when you run the cursor or the video with Play or RePlay.
Object.Stop
| Object | Cursor Object with this method |
The following example plays a video repeatedly until the user confirms the message:
| VBScript | Python |
Dim oMySheet: Set oMySheet = View.ActiveSheet oMySheet.ActiveArea.DisplayObjType = "Video" oMySheet.ActiveArea.DisplayObj.FileName = ProgramDrv & "\Examples\Documents\Austin_Drive.wmv" oMySheet.Cursor.XRangeMode = "automatic" oMySheet.Cursor.GotoStart Call WndOpen("VIEW") Call oMySheet.Cursor.RePlay(FALSE) Call MsgBoxDisp("Stop") Call oMySheet.Cursor.Stop
See Also
Procedures
Configuring a Map Display | Configuring a Text Box Display | Deleting Curve Sections and Interpolating over Specified Points | Displaying 2D Axis Systems with Several Y-Axes | Displaying Images in DIAdem VIEW | Displaying Properties in the Legend of a Curve | Displaying the Curve Coordinates | Displaying Videos and Data Synchronously | Finding Values in Channel Tables | Interpolating Curve Points | Setting the Leading Curve | Transferring VIEW Layouts to DIAdem REPORT | Viewing Data as Curves | Zooming and Scrolling Curve Areas
Examples
3D Interpolation | Bird's Eye View Display | Overlaying Objects in Videos | Planetary Motion | Recording Video and Measurement Data | Synchronizing Maps, Videos, and Measurement Data | Synchronizing Videos and Data | Synchronizing Videos and Data | Synchronizing Videos and Waveform Data | Synchronizing Videos and Waveform Data | Various Display Modes in DIAdem VIEW