DIAdem Help

Method: Move for Elements <DataStore>

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

Method: Move for Elements <DataStore>

Moves a data element to a different position in a data store in DIAdem NAVIGATOR.

Object.Move(NameOrIndex, Position)
ObjectElements <DataStore>
Object with this method
NameOrIndexVariant
Specifies the name or the index of the data element that is to be moved.
PositionLongInteger
Specifies the position to which DIAdem moves the data element.

The following example moves the first data element to the second position:

VBScriptPython

 

Call Navigator.ConnectDataStore("ASAM Browse Settings Example").RootElements(1).Children.Move(1,2)