Finds index of given child within group.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual int FindChild(
SoNode child
)
Public Overridable Function FindChild (
child As SoNode
) As Integer
public:
virtual int FindChild(
SoNode^ child
)
abstract FindChild :
child : SoNode -> int
override FindChild :
child : SoNode -> int
Parameters
- child
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
Int32Remarks See Also