CogChangedEventArgs GetStateFlagNames Method (Object)Cognex VisionPro 9.22
Creates a string containing the state flags that correspond to the members that may have changed.

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

public string GetStateFlagNames(
	Object sender
)

Parameters

sender
Type: System Object
The object that raised this Changed event.

Return Value

Type: String
A string containing the state flag names separated by the | symbol.
See Also