Changes the index of an arrow in the collection.
VB6
![]() |
---|
Public Function ChangeIndex( _ |
C++
![]() |
---|
public: |
An integer value specifying the old index of the arrow in the collection.
The order of the arrows in the OutgoingArrows or IncomingArrows collection of a node defines the order of the child nodes arranged below their parent node by the TreeLayout class. If the child nodes must be arranged in a specific order, rearrange the arrows connecting the child nodes to their parent using the ChangeIndex method. It depends on the ReversedArrows of the TreeLayout class which of the arrows collections of a node are used to traverse the tree.