GetChildrenList Method
Description
Gets list of child requirements.
Syntax
Visual Basic
Public Function GetChildrenList( _
   ByVal FatherID As Long _
) As List
Parameters
FatherID
The ID of the parent requirement.
Return Type
A list of Req Objects.
See Also