SoGLFormatSetOverlayEnabled Method |
Note: This API is now obsolete.
Sets the overlay state of this format.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void SetOverlayEnabled(
bool enabled
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub SetOverlayEnabled (
enabled As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void SetOverlayEnabled(
bool enabled
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetOverlayEnabled :
enabled : bool -> unit
Parameters
- enabled
- Type: SystemBoolean
RemarksObsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
See Also