Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the Project contour type.
Namespace: Microsoft.Office.Project.Library
Assembly: Microsoft.Office.Project.Shared (in Microsoft.Office.Project.Shared.dll)
Syntax
'Declaration
Public Enumeration WinPrjContourTypes
'Usage
Dim instance As WinPrjWorkContourHeader.WinPrjContourTypes
public enum WinPrjContourTypes
Members
| Member name | Description | |
|---|---|---|
| Flat | Value=0. Flat contour type. | |
| BackLoaded | Value=1. Back loaded contour type. | |
| FrontLoaded | Value=2. Front loaded contour type. | |
| DoublePeak | Value=3. Double peak contour type. | |
| EarlyPeak | Value=4. Early peak contour type. | |
| LatePeak | Value=5. Late peak contour type. | |
| Bell | Value=6. Bell curve contour type. | |
| Turtle | Value=7. Turtle contour type. | |
| UserDefined | Value=8. User-defined contour type. |