CogPropertyWatcher Constructor (Object, String, Boolean)Cognex VisionPro 9.5
Constructs a new instance of the CogPropertyWatcher class with the given subject and path.

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

public CogPropertyWatcher(
	Object subject,
	string path,
	bool deserializing
)

Parameters

subject
Type: System Object
Object instance to monitor.
path
Type: System String
Path to property to monitor.
deserializing
Type: System Boolean
Extra flag used while constucting property watchers as part of the deserializing process. This helps ensure that the subject targets are fully deserialzed before we hook up to them.
See Also