CogImageReferenceRecord Content Property Cognex VisionPro
Gets the record's content. This is a read-only property, even though it has a setter.

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

public override Object Content { get; set; }

Property Value

Type: Object
The record's content.

Implements

ICogRecord Content
Exceptions

ExceptionCondition
InvalidOperationException Thrown if the setter of this property is called.
See Also