Click or drag to resize
SoIvTuneSetInstance Method (Int32, String, SoNode, Boolean)

Note: This API is now obsolete.

Namespace: OIV.IvTune
Assembly: OIV.IvTune (in OIV.IvTune.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 9.0.0.0. No longer used. Use start() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetInstance(
	int argc,
	string[] argv,
	SoNode root,
	bool createViewer
)

Parameters

argc
Type: SystemInt32
argv
Type: SystemString
root
Type: OIV.Inventor.NodesSoNode
createViewer
Type: SystemBoolean
Remarks

Opens an IvTune window displaying the specified scene graph. The argc and argv parameters are not normally used. if createViewer is true then a viewer is created to do the rendering else only the treeview part will be shown.

Caution note Caution

Obsolete since Open Inventor 9000. No longer used. Use () instead.

See Also