DIAdem Help

Property: CursorSynchronisationAbscissa for Cascade

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

Property: CursorSynchronisationAbscissa for Cascade

Specifies which cursor dimension DIAdem assigns to the abscissa of a cascade display in DIAdem VIEW.

Object.CursorSynchronisationAbscissa
ObjectCascade
Object with this property
Object.CursorSynchronisationAbscissaString with read and write access

The following example displays a message with the cursor dimension of the abscissa of a cascade display. The DisplayObj must be a Cascade type:

VBScriptPython

 

Dim oMyObj 
Set oMyObj = View.ActiveSheet.ActiveArea.DisplayObj 
Call MsgBoxDisp("Abscissa: " & oMyObj.CursorSynchronisationAbscissa)