CogChangedEventImpl StateFlags Property Cognex VisionPro 9.7
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }

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

public StateFlagsCollection StateFlags { get; }

Property Value

Type: StateFlagsCollection
See Also