CogChangedEventArgs GetStateFlagNames Method (Type, Int64)Cognex VisionPro
Given an object type and a set of state flags corresponding to the StateFlags argument of a Changed event, creates a string containing the state flags that correspond to the properties that may have changed.

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

public static string GetStateFlagNames(
	Type senderType,
	long stateFlags
)

Parameters

senderType
Type: System Type
The type of object that raised a Changed event.
stateFlags
Type: System Int64
The StateFlags argument of a Changed event.

Return Value

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