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
SyntaxReadOnly Property TotalMemory As ULong
Get
Property Value
Type:
UInt64
RemarksReturns 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