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

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