SoCpuBufferBasicPropertyGetLongRealSize Method |
Note: This API is now obsolete.
Returns the 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[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use GetRealSize() instead.")]
public ulong GetLongRealSize()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use GetRealSize() instead.")>
Public Function GetLongRealSize As ULong
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use GetRealSize() instead.")]
unsigned long long GetLongRealSize()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use GetRealSize() instead.")>]
member GetLongRealSize : unit -> uint64
Return Value
Type:
UInt64
Remarks
For this type of buffer the real size is the same as the size of the SoBufferObject.
See Also