CogChangedEventBase StateFlags Property Cognex VisionPro 9.21 SR1
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: 85.1.0.0 (85.1.0.0)
Syntax

public StateFlagsCollection StateFlags { get; }

Property Value

Type: StateFlagsCollection

Implements

ICogChangedEvent StateFlags
See Also