Click or drag to resize

IMcImageSetTotalMemory Property

Returns the total amount of memory needed for the image data in this set.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property TotalMemory As ULong
	Get

Property Value

Type: UInt64
Remarks
Returns the total amount of memory needed for the image data in this set. This may be the exact number of bytes that will be used by the set if it was loaded from file, or it may be an estimation based on the dimensionality of the set at the time of your inquiry. Note that in either case the amount of image data that is actually loaded into memory and available for use may be different.
See Also