IReqFactory5 Interface : GetTracedList Method |
Visual Basic |
---|
Public Function GetTracedList( _ ByVal ReqID As Long, _ ByVal TraceDirection As Long _ ) As List |
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