CoverRequirementEx Method
Description
Adds the specified requirement to the list of requirements covered by this entity. Optionally, also adds child requirements.
Syntax
Visual Basic
Public Sub CoverRequirementEx( _
   ByVal Req As Variant, _
   ByVal RequirementFilter As String, _
   ByVal Recursive As Boolean _
) 
Parameters
Req
A requirement ID (long) Req.ID  or a Req object.
RequirementFilter
A logical filter specifying which child requirements will be added to coverage if the Recursive parameter is True. The filter can be a TDFilter.Text.
Recursive
If True, child requirements will be covered by this entity. If the RequirementFilter argument is not empty, only child requirements matching the filter are covered.
See Also