Visual Basic |
---|
Public Sub Move( _ ByVal NewFatherId As Long, _ ByVal NewOrder As Long _ ) |
- NewFatherId
- The ID of the designated new father requirement.
- NewOrder
The position of the requirement under the new parent. Possible values are:
- A number representing the position.
- TDPOSITION_LAST [-4] - Indicates that the test is inserted last
In addition to moving the requirement, Move unlocks the requirement if it is set to auto-unlock.