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

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