| SoMFColorSetValue Method (SbColor) | 
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(
	SbColor newValue
)
Public Sub SetValue ( 
	newValue As SbColor
)
public:
void SetValue(
	SbColor newValue
)
member SetValue : 
        newValue : SbColor -> unit 
Parameters
- newValue
 - Type: OIV.InventorSbColor
 
Remarksthe second and subsequent values. If field's values are stored in an user data array, this array is no more used.   
See Also