CogSegmentResults Constructor (CogSegmentResults)Cognex VisionPro 9.10
Construct a deep copy of the supplied CogSegmentResults object.

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

public CogSegmentResults(
	CogSegmentResults other
)

Parameters

other
Type: Cognex.VisionPro.ViDiEL CogSegmentResults
The CogSegmentResults to be copied. Must not be null.
Exceptions

ExceptionCondition
ArgumentNullExceptionother is null.
See Also