ComponentOne GanttView for WinForms
Predecessor Constructor(Int32,PredecessorType,Double)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > Predecessor Class > Predecessor Constructor : Predecessor Constructor(Int32,PredecessorType,Double)
Initializes a new instance of a Predecessor.
Syntax
'Declaration
 
Public Function New( _
   ByVal taskID As System.Integer, _
   ByVal predecessorType As PredecessorType, _
   ByVal lag As System.Double _
)
public Predecessor( 
   System.int taskID,
   PredecessorType predecessorType,
   System.double lag
)

Parameters

taskID
predecessorType
lag
See Also

Reference

Predecessor Class
Predecessor Members
Overload List