ICogHasChanged HasChanged Property Cognex VisionPro 9.5
Indicates if the object has changed since this property was last set to false. This property is set to true when a changed event fires, and set to false on construction and when the object is persisted.

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

bool HasChanged { get; set; }

Property Value

Type: Boolean
See Also