Click or drag to resize
SoPreferencesSetColor Method

Sets a variable that has an OIV.Inventor.SbColor value in the Open Inventor environment.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetColor(
	string name,
	SbColor value
)

Parameters

name
Type: SystemString
value
Type: OIV.InventorSbColor
Remarks

See OIV.Inventor.SoPreferences.SetValue(System.String, System.String) for details.

See Also