ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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 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