Cog3DPointCloudMeshRoot CopyPositionValidityTo Method Cognex VisionPro 9.10
Copy the position validity values to the supplied, previously allocated array of byte.

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

public virtual void CopyPositionValidityTo(
	byte[] dest,
	int destStartIndex
)

Parameters

dest
Type:  System Byte 
The destination array of type byte. May not be null.
destStartIndex
Type: System Int32
A zero based index into the destination array at which copying begins.

Implements

ICog3DPointCloudRoot CopyPositionValidityTo( Byte , Int32)
Exceptions

ExceptionCondition
ArgumentNullException If dest is null.
ArgumentOutOfRangeException If destStartIndex is not valid.
ArgumentException If dest is not of rank 1.
ArgumentException If dest does not have zero based indexing.
ArgumentException If the requested data will not fit into the destination array starting at the specified index.
See Also