CogNdmUsedAcquisitionID Constructor Cognex VisionPro
Constructs a new used acquisition ID.

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

public CogNdmUsedAcquisitionID(
	int acquisitionID,
	int cameraIndex
)
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if camera index is less than 0 or greater than the number of supported camera acquisition channels.
ArgumentOutOfRangeException Thrown if the acquisition ID is less than 0 or greater than UInt16.MaxValue.
See Also