Gets a value that indicates if this collection is fixed size.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
public virtual bool IsFixedSize { get; }public virtual bool IsFixedSize { get; }Public Overridable ReadOnly Property IsFixedSize As Boolean
Get
Public Overridable ReadOnly Property IsFixedSize As Boolean
Get
public:
virtual property bool IsFixedSize {
bool get ();
}public:
virtual property bool IsFixedSize {
bool get ();
}Property Value
Type:
Boolean
True if this collection is fixed size; otherwise false.