SoVRMLSwitchRemoveChoice Method (SoNode) |
Removes first instance of given choice/child from group.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void RemoveChoice(
SoNode choice1
)
Public Sub RemoveChoice (
choice1 As SoNode
)
public:
void RemoveChoice(
SoNode^ choice1
)
member RemoveChoice :
choice1 : SoNode -> unit
Parameters
- choice1
- Type: OIV.Inventor.NodesSoNode
Remarks
See Also