CogPropertyWatcher Constructor (CogPropertyWatcher)Cognex VisionPro
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: 65.1.0.0 (65.1.0.0)
Syntax

public CogPropertyWatcher(
	CogPropertyWatcher other
)

Parameters

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