SetMinCubesInCache

Sets the number of subcubes that will be cached to RAM for the HsvMDDataBufferLite object.

Note:

By default, the HsvMDDataBufferLite object caches one subcube to RAM. SetMinCubesInCache overrides this default.

Syntax

<IHsvMDDataBufferLite>.SetMinCubesInCache nMinCubesInCache

Argument

Description

nMinCubesInCache

Integer (ByVal). The number of subcubes to cache.

Example

The following example sets the number of cached subcubes to 2.

Dim cMDDataBufferCache As IHsvMDDataBufferLite
Set cMDDataBufferCache = New HSVMDARRAYSLib.HsvMDDataBufferLite
cMDDataBufferCache.SetMinCubesInCache 2