Click or drag to resize
SoWpfRenderAreaSourceGetSceneManager Method

Note: This API is now obsolete.

Allows to access directly the scene manager associated with the instance.

Namespace: OIV.Inventor.Wpf
Assembly: OIV.Inventor.Wpf (in OIV.Inventor.Wpf.dll) Version: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
Syntax
[ObsoleteAttribute("Use the SceneManager property instead.")]
public SoSceneManager GetSceneManager()

Return Value

Type: SoSceneManager
The SoSceneManager associated with the instance
See Also