SoWpfRenderAreaSourceSceneManager Property |
Allows to access directly the scene manager associated with the instance.
Namespace: OIV.Inventor.WpfAssembly: OIV.Inventor.Wpf (in OIV.Inventor.Wpf.dll) Version: 9.9.13.0.Release.1490cabe7ee249bd6cc986579d4e6231040bc6f5
Syntax[BrowsableAttribute(false)]
public SoSceneManager SceneManager { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property SceneManager As SoSceneManager
Get
public:
[BrowsableAttribute(false)]
property SoSceneManager^ SceneManager {
SoSceneManager^ get ();
}
[<BrowsableAttribute(false)>]
member SceneManager : SoSceneManager with get
Property Value
Type:
SoSceneManagerThe SoSceneManager associated with the instance
See Also