SoWinRenderAreaSetOverlayBackgroundIndex Method |
Note: This API is now obsolete.
Sets the overlay window background color index.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetOverlayBackgroundIndex(
int index
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetOverlayBackgroundIndex (
index As Integer
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetOverlayBackgroundIndex(
int index
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetOverlayBackgroundIndex :
index : int -> unit
Parameters
- index
- Type: SystemInt32
RemarksDefault is 0 (clear color).Obsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
See Also