PocketPlanner Programmer's Guide

TimetableSettings.EnableCollisions Property

See Also

Gets or sets a value indicating whether the item collision processing is enabled.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public State EnableCollisions { get; set; }

Visual Basic

Public Property EnableCollisions As State

 Property Value

A member of the State enumeration.

 Remarks

Turn this flag off if you don't need collision detection to improve performance.

 See Also