GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Integer, _
       ByVal amount As Double _
    )
    public ResourceRef( 
       int resID,
       double amount
    )

    Parameters

    resID
    amount
    See Also