Interface implemented by an object that constructs the Content, Annotation, and SubRecords of a record when they are requested. This may allow one to avoid time-consuming computations and/or the creation of memory-consuming objects when they are not needed.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
The IRecordConstructor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ConstructAnnotation | Constructs the record's Annotation. | |
| ConstructContent | Constructs the record's Content. | |
| ConstructSubRecords | Constructs the record's SubRecords. |
See Also