Search
ResourceViewSettings.getEnableCollisions Method
See Also
 






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

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public Boolean getEnableCollisions ()

 Return Value

A Boolean value.

 Remarks

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

 See Also