ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ResourceRef Class / ResourceRef Constructor / ResourceRef Constructor(Int32,Double)

In This Topic
    ResourceRef Constructor(Int32,Double)
    In This Topic
    Initializes a new instance of a ResourceRef.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal resID As System.Integer, _
       ByVal amount As System.Double _
    )
    public ResourceRef( 
       System.int resID,
       System.double amount
    )

    Parameters

    resID
    amount
    See Also