Assignment.WorkContour Property

Project Developer Reference

Returns or sets the type of work contour for a resource assignment. Can be one of the following PjWorkContourType constants: pjBackLoaded, pjBell, pjContour, pjDoublePeak, pjEarlyPeak, pjFlat, pjFrontLoaded, pjLatePeak, or pjTurtle. The default value is pjFlat. Read/write Long.

Syntax

expression.WorkContour

expression   A variable that represents an Assignment object.

See Also