SoPreferencesSetColor Method |
Sets a variable that has an SbColor value in the Open Inventor environment.
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static void SetColor(
string name,
SbColor value
)
Public Shared Sub SetColor (
name As String,
value As SbColor
)
public:
static void SetColor(
String^ name,
SbColor value
)
static member SetColor :
name : string *
value : SbColor -> unit
Parameters
- name
- Type: SystemString
- value
- Type: OIV.InventorSbColor
RemarksSee setValue for details.
See Also