SoCpuBufferObject Constructor (SbNativeArray) |
Note: This API is now obsolete.
Constructor that takes an existing block of CPU memory.
Namespace: OIV.Inventor.DevicesAssembly: 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
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub New (
buffer As SbNativeArray
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
SoCpuBufferObject(
SbNativeArray^ buffer
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
new :
buffer : SbNativeArray -> SoCpuBufferObject
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