Click or drag to resize
SoCpuBufferObjectCacheResize Method

Resize cache to the given size.

Namespace: OIV.Inventor.Caches
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void Resize(
	ulong newSize
)

Parameters

newSize
Type: SystemUInt64

new size for the cache (number of buffers). Default is 50 or the value specified for OIV_BUFFER_OBJECT_CACHE_SIZE.

Remarks

See Also