| SoWinRenderAreaGetOverlaySceneGraph Method |
Note: This API is now obsolete.
Gets the scene graph to be rendered in the overlay plane.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.38.0 (9.9.38.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoNode GetOverlaySceneGraph()<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function GetOverlaySceneGraph As SoNodepublic:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
SoNode^ GetOverlaySceneGraph()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetOverlaySceneGraph : unit -> SoNode
Return Value
Type:
SoNode
RemarksNOTE: This feature requires a graphics board that supports an overlay plane.Obsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
See Also