Cog3DScalarCollection IsReadOnly Property Cognex VisionPro 9.8
Gets a value that indicates if this collection is read only.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
Syntax

public virtual bool IsReadOnly { get; }

Property Value

Type: Boolean
True if this collection is read only; otherwise false.

Implements

ICollection T  IsReadOnly
See Also