Get the parent of the blob specified by ID. Returns
Nothing for top level blobs which do not have parents.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax
Parameters
- blobID
- Type: System Int32
The ID of the blob the parent of which is returned.
Return Value
Type: CogBlobResultThe returned CogBlobResult.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | blobID is less than 1 or greater than the number of unfiltered blobs in this CogBlobResults. |
| InvalidOperationException | If no result data is available. |
Remarks
See Also