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.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use GetBufferSize() instead.")]
public ulong GetLongBufferSize()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use GetBufferSize() instead.")>
Public Function GetLongBufferSize As ULong
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use GetBufferSize() instead.")]
unsigned long long GetLongBufferSize()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use GetBufferSize() instead.")>]
member GetLongBufferSize : unit -> uint64
Return Value
Type:
UInt64
RemarksThis returns that total number.
See Also