SoWinGLWidgetGetOverlaySoContext Method |
Note: This API is now obsolete.
Obsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoGLContext GetOverlaySoContext()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function GetOverlaySoContext As SoGLContext
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
SoGLContext^ GetOverlaySoContext()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetOverlaySoContext : unit -> SoGLContext
Return Value
Type:
SoGLContext
Remarks
See Also