CogIPOneImagePelSet Enabled Property Cognex VisionPro 9.10
Whether this one image operator will be used to compute the output image.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 79.0.0.0
Syntax

public virtual bool Enabled { get; set; }

Property Value

Type: Boolean

Implements

ICogIPOneImageOperatorParams Enabled
Remarks

Sets or gets whether this one-image operator will be used to compute the output image when used in a CogIPOneImageTool.

Default Value: True

See Also