IRecordConstructor InterfaceCognex VisionPro 9.22 SR1

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.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public interface IRecordConstructor : IObject

The IRecordConstructor 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.

Top
See Also