Specifies how to calculate the length of the resources in a Resource view.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public enum ResourceLengthMethod |
Visual Basic
Copy Code
|
|---|
Public Enum ResourceLengthMethod |
Members| Member name | Description | |
|---|---|---|
![]() |
Exact |
The length of the resources depends on the time span they occupy. |
![]() |
MinimumAuto |
The length of the resources is at least big enough to fit their contents. |
![]() |
MinimumFixed |
The length of the resources is not less than a specified predefined value. |
![]() |
Unspecified |
Unspecified. |
See Also