StateFlagsCollection Constructor Cognex VisionPro 9.8
Initializes a new instance of the StateFlagsCollection class with state flags of a given type.

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

public StateFlagsCollection(
	Type objType
)

Parameters

objType
Type: System Type
The type whose state flags are extracted.
See Also