SoGLGraphicConfigTemplateGetOverlays Method |
Note: This API is now obsolete.
Returns the overlay preference.
Namespace: OIV.Inventor.ComponentsAssembly: 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 SoGraphicConfigTemplatePreferences GetOverlays()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetOverlays As SoGraphicConfigTemplatePreferences
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoGraphicConfigTemplatePreferences GetOverlays()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetOverlays : unit -> SoGraphicConfigTemplatePreferences
Return Value
Type:
SoGraphicConfigTemplatePreferences
RemarksObsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
See Also