CogBlobResults GetBlobMeasures Method Cognex VisionPro
Gets an array of blob measures for the specified measure and the specified IDs. Note that this method does not force the creation of any individual blob results.

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

public double[] GetBlobMeasures(
	CogBlobMeasureConstants measure,
	int[] blobIDs
)

Parameters

measure
Type: Cognex.VisionPro.Blob CogBlobMeasureConstants
The measure to return.
blobIDs
Type:  System Int32 
An array of integer blob IDs indicating which blobs are of interest.

Return Value

Type:  Double 
Exceptions

ExceptionCondition
ArgumentException The supplied blob ID array is NULL.
InvalidOperationException If no result data is available.
See Also