SoByteStreamGetNumBytes Method |
Returns the number of bytes from the last convert() operation.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic ulong GetNumBytes()
Public Function GetNumBytes As ULong
public:
unsigned long long GetNumBytes()
member GetNumBytes : unit -> uint64
Return Value
Type:
UInt64
RemarksThis byte stream format is well suited to data transfers, like copy and paste.
See Also