CogInUseFlag StartUsing Method Cognex VisionPro 9.5
Start using this flag object. This method can be placed inside a C# "using" statement.

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

public IDisposable StartUsing()

Return Value

Type: IDisposable
An IDisposable that can be used inside a C# "using" statement. Calling Dispose() on this returned value is equivalent to calling StopUsing() on the flag object.
See Also