| SoMFBufferObjectSetValue Method  | 
Sets the first value in the array to newValue, and deletes. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	SoBufferObject newValue
)
Public Sub SetValue ( 
	newValue As SoBufferObject
)
public:
void SetValue(
	SoBufferObject^ newValue
)
member SetValue : 
        newValue : SoBufferObject -> unit 
Parameters
- newValue
 - Type: OIV.Inventor.DevicesSoBufferObject
 
Remarksthe second and subsequent values. If field's values are stored in an user data array, this array is no more used.   
See Also