SoVRMLSwitchAddChoice Method |
Adds a choice/child as last one in group.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void AddChoice(
SoNode choice1
)
Public Sub AddChoice (
choice1 As SoNode
)
public:
void AddChoice(
SoNode^ choice1
)
member AddChoice :
choice1 : SoNode -> unit
Parameters
- choice1
- Type: OIV.Inventor.NodesSoNode
Remarks
See Also