ICogRecord InterfaceCognex VisionPro 9.23
Interface that describes a record provided by a tool.

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

public interface ICogRecord

The ICogRecord type exposes the following members.

Properties

  NameDescription
Public propertyAnnotation
Gets or sets a string that is a displayable annotation for the record.
Public propertyContent
Gets or sets the content of the record.
Public propertyContentMutable
Gets or sets a value that indicates whether the contents of the record should be considered mutable.
Public propertyContentType
Gets or sets the type of the Content property.
Public propertyRecordKey
Gets or sets the key of the record, which is used to identify it within a collection.
Public propertyRecordUsage
Gets or sets a constant indicating the usage of the record.
Public propertySubRecords
Gets a list of records contained within this record.
Top
See Also