PocketPlanner Programmer's Guide

ResourceViewSettings.ResourceLengthMethod Property

See Also

Gets or sets the method used to calculate the length of the resources.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ResourceLengthMethod ResourceLengthMethod { get; set; }

Visual Basic

Public Property ResourceLengthMethod As ResourceLengthMethod

 Property Value

A value of the ResourceLengthMethod enumeration. Assign Unspecified to this property to use the corresponding value from the current theme.

 See Also