DIAdem Help

Collection: Dimensions

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

Collection: Dimensions

The Dimension object provides a collection of all Dimensions in DIAdem VIEW. Use the Dimensions collection to delete the Cursor dimensions or to add a new Cursor dimension.

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

Properties

Count

Methods

Add | Exists | Item | Remove | RemoveAll