CogSyncObject ThreadID Property Cognex VisionPro 9.23
Gets or sets a user-specified thread ID.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public int ThreadID { get; set; }

Property Value

Type: Int32
The user-specified thread ID. The default value is zero.
Remarks

This property is a convenience for users who wish to store the ID of the thread that has locked this CogSyncObject. Use of this property is optional.
See Also