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.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax
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: StringA string containing the state flag names separated by the | symbol.
See Also