CogNdmInspectionResult ResultCode Property Cognex VisionPro 9.5
A user specified code which signifies something about the result of the inspection.

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 69.0.0.0
Syntax

public int ResultCode { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if the value is less than 0 or greater than UInt16.MaxValue.
See Also