Click or drag to resize
SoOutputGetLongBufferSize Method

Note: This API is now obsolete.

The total number of bytes allocated to a memory buffer may be larger than the number of bytes written.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute("Use GetBufferSize() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong GetLongBufferSize()

Return Value

Type: UInt64
Remarks

This returns that total number.

See Also