Whether there is pixel data associated with this image.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
public bool Allocated { get; }public bool Allocated { get; }Public ReadOnly Property Allocated As Boolean
Get
Public ReadOnly Property Allocated As Boolean
Get
public:
virtual property bool Allocated {
bool get () sealed;
}public:
virtual property bool Allocated {
bool get () sealed;
}Return Value
Type:
BooleanTrue if pixel data is associated with this image, false otherwise.
Implements
IImage Allocated