CogPropertyWatcher Attach Method Cognex VisionPro 9.25 SR1
Attaches to a new subject and path.

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

public void Attach(
	Object subject,
	string path
)

Parameters

subject
Type: System Object
Object instance to monitor.
path
Type: System String
Path to property to monitor.
See Also