StateFlagsCollection Item Property Cognex VisionPro 9.7
Gets the flag value of the given state name.

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

public long this[
	string statename
] { get; }

Parameters

statename
Type: System String
The statename whose flag value is queried.

Property Value

Type: Int64
See Also