Click or drag to resize
SoCpuBufferObject Constructor (SbNativeArray)

Note: This API is now obsolete.

Constructor that takes an existing block of CPU memory.

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("See documentation for more details")]
public SoCpuBufferObject(
	SbNativeArray buffer
)

Parameters

buffer
Type: OIV.InventorSbNativeArray

Pointer to the buffer to manage.

Remarks

This memory is owned, and should be freed by, the application.

See Also