SoVRMLSwitchInsertChoice Method |
Adds a choice/child so that it becomes the one with the given index.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void InsertChoice(
SoNode choice1,
int newLevelIndex
)
Public Sub InsertChoice (
choice1 As SoNode,
newLevelIndex As Integer
)
public:
void InsertChoice(
SoNode^ choice1,
int newLevelIndex
)
member InsertChoice :
choice1 : SoNode *
newLevelIndex : int -> unit
Parameters
- choice1
- Type: OIV.Inventor.NodesSoNode
- newLevelIndex
- Type: SystemInt32
Remarks
See Also