ICogRecordConstructor InterfaceCognex VisionPro 9.7
Interface implemented by an object that constructs the Content, Annotation and SubRecords of a record when they are requested.

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

public interface ICogRecordConstructor

The ICogRecordConstructor type exposes the following members.

Methods

  NameDescription
Public methodConstructAnnotation
Constructs the record's Annotation.
Public methodConstructContent
Constructs the record's Content.
Public methodConstructSubRecords
Constructs the record's SubRecords.
Public methodCopy
Returns a copy of the constructor object.
Top
See Also