Click or drag to resize
SoCpuBufferBitSetGetLongRealSize Method

Note: This API is now obsolete.

Returns the size of the buffer in bytes.

Namespace: OIV.LDM.Tiles
Assembly: 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()

Return Value

Type: UInt64
Remarks

For this type of buffer the real size is the same as the size of the SoBufferObject.

See Also