CogReadOnlyBoolRangeList Constructor (CogReadOnlyBoolRangeList)Cognex VisionPro 9.23
Constructs a deep copy of the supplied CogReadOnlyBoolRangeList object.

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

public CogReadOnlyBoolRangeList(
	CogReadOnlyBoolRangeList other
)

Parameters

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

ExceptionCondition
ArgumentNullExceptionother is null.
See Also