Click or drag to resize
SoOffscreenRendererGetBufferSize Method (SoOffscreenRendererBufferTypes)

Returns the buffer size in bytes.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public ulong GetBufferSize(
	SoOffscreenRendererBufferTypes buffType
)

Parameters

buffType
Type: OIV.InventorSoOffscreenRendererBufferTypes

Return Value

Type: UInt64
Remarks

If the specified buffer type is JPEG_BUFFER, getBufferSize returns 0 if #writeToJPEGBuffer has not been called yet.

See Also