CogUserTool Dispose Method (Boolean)Cognex VisionPro 9.21 SR1
Releases the resources used by the CogUserTool instance.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax

protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: System Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also