CogHashtable StateFlags Property Cognex VisionPro 9.20
Returns the complete set of state flags supported on this object. The flags may be indexed by name as in: if(changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }

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

public StateFlagsCollection StateFlags { get; }

Property Value

Type: StateFlagsCollection

Implements

ICogChangedEvent StateFlags
See Also