CogIPOneImageTool Operators Property Cognex VisionPro 9.22 SR1
Returns the collection of ICogIPOneImageOperators. When the tool is run, each operator in the collection will be executed sequentially with the output of the first passed on to the second, and so on.

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

public CogIPOneImageOperators Operators { get; }

Property Value

Type: CogIPOneImageOperators
Remarks

The collection of CogIPOneImageOperators. Each operator in the collection executes sequentially with the output of the first operator passed on to the second and so on.

See Also