Search
ResourceViewSettings.EnableCollisions Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State EnableCollisions { get; set; }

Visual Basic  Copy Code

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