Click or drag to resize
SoCpuBufferObjectCreateInstance Method
Factory methods to address the lack of generic constructor in .NET framework.
Overload List
  NameDescription
Public methodCreateInstance

Create a new buffer with the same properties as the current one.

(Overrides SoBufferObjectCreateInstance.)
Public methodStatic memberCreateInstanceT(T)
Factory method to create an instance of SoCpuBufferObject from an arbitrary managed array of value type.
Public methodStatic memberCreateInstanceT(SbNativeArrayT)
Factory method to create an instance of SoCpuBufferObject from an arbitrary SbNativeArrayT.
Public methodStatic memberCreateInstanceT(T, Int32)
Factory method to create an instance of SoCpuBufferObject from an arbitrary managed array of value type.
Top
See Also