GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Predecessor Class / Predecessor Constructor / Predecessor Constructor(Int32,PredecessorType,Double)

In This Topic
    Predecessor Constructor(Int32,PredecessorType,Double)
    In This Topic
    Initializes a new instance of a Predecessor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal taskID As Integer, _
       ByVal predecessorType As PredecessorType, _
       ByVal lag As Double _
    )
    public Predecessor( 
       int taskID,
       PredecessorType predecessorType,
       double lag
    )

    Parameters

    taskID
    predecessorType
    lag
    See Also