CogFeatureCrsps Constructor (CogFeatureCrsps)Cognex VisionPro 9.7
Copy constructs a CogFeatureCrsps object. This is a deep copy.

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

public CogFeatureCrsps(
	CogFeatureCrsps other
)
Exceptions

ExceptionCondition
ArgumentNullException If other is null.
See Also