Gets an individual measure for a single blob result. 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.
- blobID
- Type: System Int32
The ID of the blob whose measure is being requested.
Return Value
Type: DoubleExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If no result data is available. |
See Also