SoWinGLWidgetMakeNormalCurrent Method |
Note: This API is now obsolete.
Makes the normal rendering context the current context.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public bool MakeNormalCurrent()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function MakeNormalCurrent As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
bool MakeNormalCurrent()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member MakeNormalCurrent : unit -> bool
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 8100
Use bindNormalContext and unbindNormalContext instead.
See Also