Record ContentMutable Property Cognex VisionPro 9.23
Get

Gets or sets the flag indicating whether or not the record's content can be modified.

Set

Sets ContentMutable.

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

public bool ContentMutable { get; set; }

Return Value

Type: Boolean

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

See Also