SoBufferObjectSetMappedBufferObject Method |
This function is used when the instance of buffer object is used to map a buffer.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void SetMappedBufferObject(
SoBufferObject bufferObject
)
Public Sub SetMappedBufferObject (
bufferObject As SoBufferObject
)
public:
void SetMappedBufferObject(
SoBufferObject^ bufferObject
)
member SetMappedBufferObject :
bufferObject : SoBufferObject -> unit
Parameters
- bufferObject
- Type: OIV.Inventor.DevicesSoBufferObject
The buffer object which is mapped.
RemarksIt stores the pointer on the buffer which is mapped by *this*.
See Also