CogPixelMap AutoComputeEnabled Property Cognex VisionPro 9.22 SR1
Gets or sets the AutoComputeEnabled value. Controls whether ComputeMapping() is called automatically at the start of each call to Run().

Namespace: Cognex.VisionPro.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 87.1.0.0
Syntax

public bool AutoComputeEnabled { get; set; }

Property Value

Type: Boolean
AutoComputedEnabled value. Default is true for newly constructed object and false when depersisting an older object from VisionPro 8.1 or earlier.
Events

See Also