CogBlobResults GetBlobMeasure Method Cognex VisionPro
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.Blob
Assembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax

public double GetBlobMeasure(
	CogBlobMeasureConstants measure,
	int blobID
)

Return Value

Type: Double
Exceptions

ExceptionCondition
InvalidOperationException If no result data is available.
See Also