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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.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