DIAdem Help

Object: Dimension

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

Object: Dimension

The Dimension object provides a cursor dimension in DIAdem VIEW.

The following example displays the name and the type of each cursor dimension:

VBScriptPython

 

Dim oMyDim
For Each oMyDim in View.ActiveSheet.Cursor.Dimensions
  Call MsgBoxDisp(oMyDim.Name & " / " & oMyDim.Type)
Next

Returned From

Dimensions.Add | Dimensions.Item