CogInUseFlag InUse Property Cognex VisionPro 9.25 SR1
Gets a value indicating whether this flag is currently in use.

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

public bool InUse { get; }

Property Value

Type: Boolean
True if this flag is in use. Otherwise, false.
Remarks

This flag is "in use" if StartUsing  has been called more times than StopUsing .
See Also