Click or drag to resize
SoOffscreenRendererGetLongBufferSize Method

Note: This API is now obsolete.

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
[ObsoleteAttribute("Use GetBufferSize() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong GetLongBufferSize(
	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