CogMaskCreatorResult Constructor (CogMaskCreatorResult)Cognex VisionPro 9.22
Constructs a new instance of the CogMaskCreatorResult class as a deep copy of the given instance.

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

public CogMaskCreatorResult(
	CogMaskCreatorResult Other
)
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the supplied argument is null.
See Also