CogNdmInspectionResult ResultDataOffset Property Cognex VisionPro 9.5
An offset into the overall result data packet at which to write the result data for this particular inspection result.

There is a single common packet format for all inspection result data. It is the responsibility of the user to partition this single data region into separate regions to avoid overwriting result data from other parallel inspection slots/channels (if they so choose).

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

public int ResultDataOffset { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentException Thrown if value is less than 0.
ArgumentException Thrown if the value is less than 0.
See Also