Click or drag to resize
SoBufferObjectGetLongSize Method

Note: This API is now obsolete.

Returns the size, in bytes, of the buffer object.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use GetSize() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong GetLongSize()

Return Value

Type: UInt64

The size in bytes of the buffer object.

Remarks

See Also