Click or drag to resize
SoVRMLSwitchReplaceChoice Method (SoNode, SoNode)

Replaces first instance of given choice/child with new choice/child.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void ReplaceChoice(
	SoNode oldChoice,
	SoNode newChoice
)

Parameters

oldChoice
Type: OIV.Inventor.NodesSoNode
newChoice
Type: OIV.Inventor.NodesSoNode
Remarks