| SbRasterImageSetBuffer Method (SbNativeArrayByte) | 
Sets the pixel buffer of the raster image.
By default, the memory policy is COPY.
 
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetBuffer(
	SbNativeArray<byte> buffer
)
Public Sub SetBuffer ( 
	buffer As SbNativeArray(Of Byte)
)
public:
void SetBuffer(
	SbNativeArray<unsigned char>^ buffer
)
member SetBuffer : 
        buffer : SbNativeArray<byte> -> unit 
Parameters
- buffer
 - Type: OIV.Inventor.GenericSbNativeArrayByte
 
See Also