SoVRMLSwitchFindChoice Method |
Finds index of given choice/child within group.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic int FindChoice(
SoNode choice1
)
Public Function FindChoice (
choice1 As SoNode
) As Integer
public:
int FindChoice(
SoNode^ choice1
)
member FindChoice :
choice1 : SoNode -> int
Parameters
- choice1
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
Int32
Remarks
See Also