CogRecord ContentMutable Property Cognex VisionPro
Gets or sets the flag indicating whether or not the record's content can be modified.

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

public virtual bool ContentMutable { get; set; }

Property Value

Type: Boolean
A boolean which indicates whether or not the record's content can be modified.

Implements

ICogRecord ContentMutable
See Also