GetTracedList Method
Description
Returns the list of requirements either traced directly from or directly to the specified requirement.
Syntax
Visual Basic
Public Function GetTracedList( _
   ByVal ReqID As Long, _
   ByVal TraceDirection As Long _
) As List
Parameters
ReqID
Req.ID.
TraceDirection
A value of the TDAPI_TRACE_DIRECTION Enumeration.
Return Type
A list of references to Req objects.
Remarks

If TraceDirection is TDOLE_TRACED_FROM, GetTracedList returns the requirements traced from the requirement specified with ReqID. That is, the specified requirement is the Trace.FromReq of the trace associations.

If TraceDirections is TDOLE_TRACED_TO, it returns the list of requirements that have a trace association where the specified requirement is the Trace.ToReq

See Also