SoCpuBufferFromVolumeReaderGetLongRealSize Method |
Note: This API is now obsolete.
Returns the real size of the buffer in bytes.
Namespace: OIV.LDM.TilesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use GetRealSize() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ulong GetLongRealSize()
<ObsoleteAttribute("Use GetRealSize() instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetLongRealSize As ULong
public:
[ObsoleteAttribute(L"Use GetRealSize() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
unsigned long long GetLongRealSize()
[<ObsoleteAttribute("Use GetRealSize() instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetLongRealSize : unit -> uint64
Return Value
Type:
UInt64
Remarks
See Also