SoOutputGetLongBufferSize Method |
Note: This API is now obsolete.
The total number of bytes allocated to a memory buffer may be larger than the number of bytes written.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("Use GetBufferSize() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong GetLongBufferSize()
<ObsoleteAttribute("Use GetBufferSize() instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetLongBufferSize As ULong
public:
[ObsoleteAttribute(L"Use GetBufferSize() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
unsigned long long GetLongBufferSize()
[<ObsoleteAttribute("Use GetBufferSize() instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetLongBufferSize : unit -> uint64
Return Value
Type:
UInt64
RemarksThis returns that total number.
See Also