SoPreferencesSetColor Method |
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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
Remarks See OIV.Inventor.SoPreferences.SetValue(System.String, System.String) for details.
See Also