Gets or sets the record's content.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
public virtual Object Content { get; set; }public virtual Object Content { get; set; }Public Overridable Property Content As Object
Get
Set
Public Overridable Property Content As Object
Get
Set
public:
virtual property Object^ Content {
Object^ get ();
void set (Object^ value);
}public:
virtual property Object^ Content {
Object^ get ();
void set (Object^ value);
}Property Value
Type:
ObjectThe record's content.
Implements
ICogRecord Content