The IDLitVisualization::Move procedure method moves an object from one position in the visualization container to a new position. Use the IDLitVisualization::Get IDLitVisualization::Get method to return the objects within the visualization.
The positions of the objects within a container controls how they are rendered. The object whose location has the lowest index value is rendered first. If several objects are located at the same point in three-dimensional space, the object rendered first will occlude objects rendered later.
| Note |
Obj->[IDLitVisualization::]Move, Source, Destination
The zero-based index of the current location of the object to be moved.
The zero-based index of the new location where the object will reside after being moved.
None
Introduced: 6.1