Cog3DScalarCollection IsFixedSize Property Cognex VisionPro
Gets a value that indicates if this collection is fixed size.

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

public virtual bool IsFixedSize { get; }

Property Value

Type: Boolean
True if this collection is fixed size; otherwise false.
See Also