SoGLGraphicConfigTemplateSetIndexedColor Method (SoGraphicConfigTemplatePreferences) |
Note: This API is now obsolete.
Calls SetIndexedColor(pref, System.Int32(0), INT_MAX).
Namespace: OIV.Inventor.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void SetIndexedColor(
SoGraphicConfigTemplatePreferences pref
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub SetIndexedColor (
pref As SoGraphicConfigTemplatePreferences
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void SetIndexedColor(
SoGraphicConfigTemplatePreferences pref
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetIndexedColor :
pref : SoGraphicConfigTemplatePreferences -> unit
Parameters
- pref
- Type: OIV.Inventor.ComponentsSoGraphicConfigTemplatePreferences
Remarks
See Also