| SoGLBufferObjectCreateInstance Method  | 
Create a new buffer with the same properties as the current one. 
 
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic override SoBufferObject CreateInstance()
Public Overrides Function CreateInstance As SoBufferObject
public:
virtual SoBufferObject^ CreateInstance() override
abstract CreateInstance : unit -> SoBufferObject 
override CreateInstance : unit -> SoBufferObject 
Return Value
Type: 
SoBufferObject
RemarksThe new instance will have the same context and device properties, but no memory is allocated so the new buffer is initially invalid. 
See Also