CogPropertyWatcher Constructor (CogPropertyWatcher)Cognex VisionPro 9.5
Constructs a new instance of the CogPropertyWatcher class with the same subject and path as the other instance.

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

public CogPropertyWatcher(
	CogPropertyWatcher other
)

Parameters

other
Type: Cognex.VisionPro CogPropertyWatcher
Template instance used to initialize this instance.
See Also