Click or drag to resize
SoByteStreamGetLongNumBytes Method

Note: This API is now obsolete.

Returns the number of bytes from the last convert() operation.

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use GetNumBytes() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong GetLongNumBytes()

Return Value

Type: UInt64
Remarks

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

See Also