Returns pointer the child node with the given index.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual SoNode GetChild(
int index
)
Public Overridable Function GetChild (
index As Integer
) As SoNode
public:
virtual SoNode^ GetChild(
int index
)
abstract GetChild :
index : int -> SoNode
override GetChild :
index : int -> SoNode
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SoNodeRemarks See Also