CogBlobResults GetBlobIDs Method Cognex VisionPro
Gets an array of integer blob IDs. Note that this method does not force the creation of indvidual blob results.

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

public int[] GetBlobIDs(
	bool filtered
)

Parameters

filtered
Type: System Boolean
If true, the blobs are filtered according to the defined CogBlobMeasure objects. If false, blobs are not filtered.

Return Value

Type:  Int32 
Exceptions

ExceptionCondition
InvalidOperationException If no result data is available.
See Also