Cog3DRangeImageCrossSectionOperatorsParams Status Property Cognex VisionPro 9.7
Gets the status.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax

public bool Status { get; }

Property Value

Type: Boolean
The default is true.
Remarks

The status is set at runtime. The overall status of executing all the operators. True indicates that all the operators passed. False indicates at least one operator failed.
See Also