Returns the value of the blob
CogBlobMeasureConstants
requested.
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.
Return Value
Type: DoubleExceptions
| Exception | Condition |
|---|---|
| ArgumentException | measure is not a member of CogBlobMeasureConstants. |
| CogBlobInvalidMeasureException | The connectivity mode is WholeImageGreyScale and measure is one of the following: BoundaryPixelLength, Acircularity, AcircularityRms, or Perimeter. |
| InvalidOperationException | If no result data is available. |
See Also