CogBlobResults GetBlobs Method Cognex VisionPro
Gets all of the blobs from the blob analysis after filtering and sorting have been applied.

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

public CogBlobResultCollection GetBlobs()

Return Value

Type: CogBlobResultCollection
Exceptions

ExceptionCondition
InvalidOperationException If no result data is available.
See Also