PropertyWatcher PropertiesCognex VisionPro 9.22

The PropertyWatcher type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyHandle (Overrides ChangedEventShareableBase Handle.)
Public propertyIsConnected

Indicates if this property watcher is currently connected to a valid property.

Public propertyOptimizeIneffectiveChanges
Get

Gets whether the property watcher will optimize out any attempts to set Value to its current value.

Public propertyPath
Get

Gets the path to the property or sub-property being watched.

Public propertyPropertyMeta

Gets a PropertyMeta instance for the property being watched by this PropertyWatcher.

Public propertySubject
Get

Gets the object whose property or sub-property is being watched.

Public propertyValue
Get

Gets the value of the watched property.

Top
See Also