PocketPlanner Programmer's Guide

ResourceLengthMethod Enumeration

See Also

Specifies how to calculate the length of the resources in a Resource view.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public enum ResourceLengthMethod

Visual Basic

Public Enumeration 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