Click or drag to resize
SoBufferObjectGetLongMappingSize Method

Note: This API is now obsolete.

Returns the size of the mapped area in bytes.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use GetMappingSize() instead.")]
public ulong GetLongMappingSize()

Return Value

Type: UInt64

The size of the mapped area.

Remarks

See Also