SoSceneManager Constructor (Int32) |
Note: This API is now obsolete.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 2024.2. This method should no longer be used. Use constructor SoSceneManager() (without argument) instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoSceneManager(
int nb
)
<ObsoleteAttribute("Obsolete since Open Inventor 2024.2. This method should no longer be used. Use constructor SoSceneManager() (without argument) instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub New (
nb As Integer
)
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 2024.2. This method should no longer be used. Use constructor SoSceneManager() (without argument) instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoSceneManager(
int nb
)
[<ObsoleteAttribute("Obsolete since Open Inventor 2024.2. This method should no longer be used. Use constructor SoSceneManager() (without argument) instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
new :
nb : int -> SoSceneManager
Parameters
- nb
- Type: SystemInt32
Remarks Caution |
---|
Obsolete since Open Inventor 2024.2. This method should no longer be used. Use constructor OIV.Inventor.SoSceneManager.() (without argument) instead. |
See Also