CogPropertyWatcher PropertiesCognex VisionPro 9.8

The CogPropertyWatcher type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyIsConnected
Indicates if this property watcher is currently connected to a valid property.
Public propertyIsDisposed
Indicates if Dispose has been called on this instance.
Public propertyOptimizeIneffectiveChanges
Determines if this property watcher will optimize out any attempts to set Value to its current value.
Public propertyPath
Gets or sets the path to the property or sub-property being watched.
Public propertyPropertyDescriptor
Gets the property descriptor of this property.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Public propertySubject
Gets or sets the object whose property or sub-property is being watched.
Public propertyValue
Gets or sets the value of the property.
Top
See Also