SoSceneManagerRender Method (Boolean) |
Note: This API is now obsolete.
Calls Render(clearWindow, true).
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[ObsoleteAttribute("No longer used and the parameters are ignored. Use OIV.Inventor.SoSceneManager.Render() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void Render(
bool clearWindow
)
<ObsoleteAttribute("No longer used and the parameters are ignored. Use OIV.Inventor.SoSceneManager.Render() instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub Render (
clearWindow As Boolean
)
public:
[ObsoleteAttribute(L"No longer used and the parameters are ignored. Use OIV.Inventor.SoSceneManager.Render() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void Render(
bool clearWindow
)
[<ObsoleteAttribute("No longer used and the parameters are ignored. Use OIV.Inventor.SoSceneManager.Render() instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member Render :
clearWindow : bool -> unit
Parameters
- clearWindow
- Type: SystemBoolean
Remarks
See Also