StateFlagsCollection Constructor Cognex VisionPro 9.8 SR1
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.0.0.0 (75.0.0.0)
Syntax

public StateFlagsCollection(
	Type objType
)

Parameters

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