CogInUseFlag StartUsing Method Cognex VisionPro
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: 65.1.0.0 (65.1.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