CogMisc AnyObjectHasChanged Method Cognex VisionPro 9.10
Returns True if the HasChanged property of the parent object or any of its sub-objects is True.

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

public static bool AnyObjectHasChanged(
	ICogHasChanged obj
)

Return Value

Type: Boolean
True if anything has changed, false otherwise.
See Also