Click or drag to resize
SoByteStreamGetNumBytes Method

Returns the number of bytes from the last OIV.Inventor.Misc.SoByteStream.Convert(OIV.Inventor.Nodes.SoNode, System.Boolean) operation.

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public ulong GetNumBytes()

Return Value

Type: UInt64
Remarks

This byte stream format is well suited to data transfers, like copy and paste.

See Also