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

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