Click or drag to resize
SoPreferencesSetColor Method

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

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

Parameters

name
Type: SystemString
value
Type: OIV.InventorSbColor
Remarks

See setValue for details.

See Also