CogReadOnlyBoolRange Constructor (CogReadOnlyBoolRange)Cognex VisionPro 9.20
Constructs a deep copy of the supplied CogReadOnlyBoolRange object.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 80.0.0.0
Syntax

public CogReadOnlyBoolRange(
	CogReadOnlyBoolRange other
)

Parameters

other
Type: Cognex.VisionPro CogReadOnlyBoolRange
The CogReadOnlyBoolRange to copy. Must not be null.
Exceptions

ExceptionCondition
ArgumentNullExceptionother is null.
See Also