Click or drag to resize
SoBufferObjectSetSize Method

Sets the size in bytes of the buffer object.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public virtual bool SetSize(
	ulong size
)

Parameters

size
Type: SystemUInt64

The requested size in bytes.

Return Value

Type: Boolean

True if the operation was successful.

Remarks

See Also