Interface implemented by an object that constructs the Content, Annotation
and SubRecords of a record when they are requested.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax
The ICogRecordConstructor 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.
| |
| Copy |
Returns a copy of the constructor object.
|
See Also