ComponentOne GanttView for WPF
Search Method (PredecessorCollection)

C1.WPF.GanttView.4 Assembly > C1.GanttView Namespace > PredecessorCollection Class : Search Method
Searches for a Predecessor with the specified ID of the predecessor task.
Syntax
'Declaration
 
Public Function Search( _
   ByVal predecessorTaskID As System.Integer _
) As Predecessor
public Predecessor Search( 
   System.int predecessorTaskID
)

Parameters

predecessorTaskID
See Also

Reference

PredecessorCollection Class
PredecessorCollection Members