SoByteStreamGetLongNumBytes Method |
Note: This API is now obsolete.
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)
Syntax[ObsoleteAttribute("Use GetNumBytes() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong GetLongNumBytes()
<ObsoleteAttribute("Use GetNumBytes() instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetLongNumBytes As ULong
public:
[ObsoleteAttribute(L"Use GetNumBytes() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
unsigned long long GetLongNumBytes()
[<ObsoleteAttribute("Use GetNumBytes() instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetLongNumBytes : unit -> uint64
Return Value
Type:
UInt64
RemarksThis byte stream format is well suited to data transfers, like copy and paste.
See Also