Object: Dimension
- Updated2024-09-12
- 1 minute(s) read
(Collections | Cursor) > Dimensions > Object: Dimension
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:
| VBScript | Python |
Dim oMyDim For Each oMyDim in View.ActiveSheet.Cursor.Dimensions Call MsgBoxDisp(oMyDim.Name & " / " & oMyDim.Type) Next
Properties
Description | Difference | Index | Name | Type | Value1 | Value2