SoVRMLParentFindChild Method |
Finds index of given child within group.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic override int FindChild(
SoNode child
)
Public Overrides Function FindChild (
child As SoNode
) As Integer
public:
virtual int FindChild(
SoNode^ child
) override
abstract FindChild :
child : SoNode -> int
override FindChild :
child : SoNode -> int
Parameters
- child
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
Int32
Remarks
See Also