DataBinding OptimizeIneffectiveChanges Property Cognex VisionPro 9.10
Get

Determines if this DataBinding will optimize out any attempts to set the destination property to its current value.

Set

Sets OptimizeIneffectiveChanges.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public bool OptimizeIneffectiveChanges { get; set; }

Property Value

Type: Boolean
Remarks

Raises Changed when OptimizeIneffectiveChanges is changed. The following StateFlags may be affected:

See Also