SoWinRenderAreaGetOverlaySceneManager Method |
Note: This API is now obsolete.
Gets the overlay plane scene manager.
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 SoSceneManager GetOverlaySceneManager()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function GetOverlaySceneManager As SoSceneManager
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
SoSceneManager^ GetOverlaySceneManager()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetOverlaySceneManager : unit -> SoSceneManager
Return Value
Type:
SoSceneManager
RemarksNote: For convenience most of the SoSceneManager methods have already been added to this class.Obsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
See Also