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.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax
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: DoubleExceptions
| Exception | Condition |
|---|---|
| ArgumentException | The supplied blob ID array is NULL. |
| InvalidOperationException | If no result data is available. |
See Also